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 AP-PM section of a time mask. | |
CharTypeConverter | TypeConverter class for character properties. | |
DaySection | day section part of a date mask | |
DigitChar | Class for matching digits | |
DisplayCharBase | base type for all CharacterPosition classes | |
DisplayCharsCollection | DisplayCharsCollection class | |
DisplayCharsEditSection | display charsedit section that is based | |
DisplayCharUIElement | DisplayCharUIElement class | |
EditAreaUIElement | EditAreaUIElement | |
EditSectionBase | base class for any non-literal sections | |
EraSection | Class for Era section of a date mask. | |
FractionPart | Edit section implementation for a fraction part. | |
FractionPartContinuous | Edit section implementation for a fraction part. | |
HourSection | hour section of a time mask | |
InputCharBase | Class that represents an editable position in the mask edit control | |
InvalidCharEventArgs | InvalidCharEventArgs class for firing InvalidChar event. You can prevent the default behaviour of MaskedEdit control which is to beep by setting the Beep property to false. | |
InvalidOperationEventArgs | InvalidOperationEventArgs class for firing InvalidOperation event. You can prevent the default behaviour of MaskedEdit control which is to beep by setting the Beep property to false. | |
KeyActionMapping | Key/Action mapping object for UltraGrid. | |
KeyActionMappings | Summary description for KeyActionMappings. | |
LiteralSection | LiteralSection class | |
MaskedEditUIElement | The main element for an editing area for the masked edit. | |
MilliSecondSection | Milliseconds section of a time mask | |
MinuteSection | minute section of a time mask | |
MonthSection | month section part of a date mask | |
NumberSection | a number section | |
ParsedMask | Class for applying a mask to a string without having to create a masked edit control | |
SecondSection | second section of a time mask | |
SectionBase | abstract base class for all the different kinds of sections | |
SectionsCollection | sections collection | |
SectionUIElement | SectionUIElement. Used for drawing each section | |
SpinIncrementUITypeEditor | SpinIncrementUITypeEditor. TypeEditor used for the SpinIncrement property to allow Int32, Double, Decimal and DateTimeIncrement types. | |
YearSection | year section of a date mask |
Enumeration | Description | |
---|---|---|
AutoFillDate | Enum used for specifying EditorWithMask's Infragistics.Win.EditorWithMask.AutoFillDate property. | |
AutoFillTime | Constants which specify the manner in which the time placeholders for the value are automatically populated when the value is validated. | |
DisplayCharIncludeMethod | This enumeration is used to specify the value for DisplayChar.IncludeMethod property. It dictates how a value of a DisplayChar is included when applying mask to get the text. | |
FilterType | Used to specify the type of converting is to be done on an input character | |
MaskedEditAction | Enumerates the possible actions that can be performed on the masked edit control | |
MaskedEditState | Bit flags that describe the state of the control. | |
MaskedEditTabNavigation | Determines the behavior of the tab key in masked editors. | |
MaskMode | specifies the mode to be applied when getting text from the masked edit control | |
MaskSelectAllBehavior | Used for specifying EditorWithMask's Infragistics.Win.EditorWithMask.SelectAllBehavior property. | |
Orientation | used to specify whether a section is right-to-left ( number sections ) or left-to-right edit | |
PropertyIds | This enumerates each property | |
SpinButtonIntervalSettingsPropertyIds | This enumerates each property of the SpinButtonIntervalSettings class |