Class | Description | |
---|---|---|
AlphaChar | Class for matching alpha characters [A-Za-z] | |
AlphanumericChar | Class for matching alpha and digits [A-Za-z0-9]. | |
AMPMSection | Class for AM-PM section of a time mask. | |
CharacterSet | Class for matching an arbitrary set of characters. | |
DaySection | Day section part of a date mask. | |
DigitChar | Class for matching digits. | |
DisplayCharBase | Base type for all DisplayCharacter classes. | |
DisplayCharsCollection | Read-only collection that contains DisplayCharBase derived class instances. | |
DisplayCharsEditSection | This is an edit section that can contain an arbitrary list of editable display characters. | |
EditModeValidationErrorEventArgs | Event arguments for routed event ValueInput.ValidationError | |
EditSectionBase | Abstract base class for non-literal sections. | |
FractionPart | Edit section implementation for a fraction part. | |
FractionPartContinuous | Edit section implementation for a fraction part. | |
HexDigitChar | Class for matching hexadecimal digit. | |
HourSection | Hour section of a time mask. | |
InputCharBase | Class that represents an editable position in the mask edit control | |
InvalidCharEventArgs | InvalidCharEventArgs class for firing XamMaskedInput.InvalidChar event of the XamMaskedInput. | |
LiteralSection | LiteralSection class. | |
MinuteSection | Minute section of a time mask. | |
MonthSection | Month section part of a date mask. | |
NumberSection | A number section that will edit from right to left. | |
ParsedMask | A class for applying a mask to data. | |
SecondSection | Second section of a time mask. | |
SectionBase | Abstract base class for all section classes. | |
SectionsCollection | Read-only collection that contains SectionBase derived class instances. | |
TextInputBase | Abstract base class for text based value editors. | |
ValidationErrorInfo | Contains error information regarding why a value is invalid. | |
ValueConstraint | Contains various constraints that can be applied to a data value. | |
ValueInput | An abstract base class that provides functionality for displaying or edit values. | |
XamCurrencyInput | Allows editing of currency data based on a mask. | |
XamMaskedInput | Value editor for displaying and editing data based on a mask. | |
XamNumericInput | Allows editing of numeric data based on a mask. | |
YearSection | Year section of a date mask. |
Interface | Description | |
---|---|---|
ISupportsSelectableText | Interface implemented by ValueInput derived classes that support selecting text. |
Enumeration | Description | |
---|---|---|
AutoFillDate | Used for specifying XamMaskedInput's XamMaskedInput.AutoFillDate property. | |
DisplayCharIncludeMethod | This enumeration is used to specify the value for DisplayCharBase.IncludeMethod property. It dictates how a value of a DisplayChar is included when applying mask to get the text. | |
EditOrientation | Enum associated with the EditSectionBase.Orientation property of the EditSectionBase class. | |
InputMaskMode | Used for specifying the mode to be applied when getting text from a MaskedInput. | |
InvalidValueBehavior | Specifies the ValueInput.InvalidValueBehavior property. | |
MaskedEditTabNavigation | Used for specifying XamMaskedInput's XamMaskedInput.SectionTabNavigation property. | |
MaskSelectAllBehavior | Used for specifying XamMaskedInput's XamMaskedInput.SelectAllBehavior property. | |
SpinButtonDisplayMode | Used for specifying the XamMaskedInput's XamMaskedInput.SpinButtonDisplayMode property. | |
ValidateAsType | Used to specify how the ValueConstraint class should validate a value. Each of these values represents a data type which has implicit constraints, such as a minimal value, etc. Those constraints are used by the ValueConstraint.Validate method to enforce data validity. | |
ValueConstraintFlags | Used for specifying which constraints should be applied to the input value of the ValueConstraint.Validate method. |