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. | |
CalendarDateRangeCollection | A collection of CalendarDateRange instances. | |
CalendarDateRangeConverter | Type converter for the CalendarDateRange structure | |
CalendarDay | Represents a specific date in a CalendarItemGroup | |
CalendarDayOfWeek | Represents a specific System.DayOfWeek in the header area of the CalendarItemGroup | |
CalendarDimensionsConverter | Type converter for the CalendarDimensions structure | |
CalendarItem | Represents an item within the CalendarItemGroup | |
CalendarItemArea | A custom element used to display CalendarItem instances within a CalendarItemGroup | |
CalendarItemAreaPanel | A custom element used to display a CalendarItemArea within a CalendarItemGroup to perform animations. | |
CalendarItemGroup | Represents a group of calendar items within a XamMonthCalendar - e.g. a specific month of the year. | |
CalendarItemGroupPanel | Custom element used to create and position CalendarItemGroup instances for a XamMonthCalendar | |
CalendarItemGroupTitle | Represents the header for a specific CalendarItemGroup in a XamMonthCalendar | |
CalendarWeekNumber | Represents a specific week number header in the CalendarItemGroup | |
CaretElement | Represents caret element inside a masked editor. | |
CharacterSet | Class for matching an arbitrary set of characters. | |
ComboBoxDataItem | ComboBoxDataItem is a class for holding value, display text and optionally an image. A default template is defined for ComboBoxDataItem that displays the image and display text. Main purpose of this object is to let you easily map value and display text and optionally display an image for each item inside an items control, like XamComboEditor. | |
ComboBoxItemsProvider | Used for specifying items on a XamComboEditor. | |
ComboEditorCommands | Provides the list of RoutedCommands supported by the XamComboEditor. | |
DayOfWeekToStringConverter | Value converter for converting a System.DayOfWeek for a given DayOfWeekHeaderFormat | |
DaySection | Day section part of a date mask. | |
DigitChar | Class for matching digits. | |
DisplayCharacterPresenter | Represents individual character of MaksedEditor when it's in edit mode. | |
DisplayCharactersList | UI element that displays display characters of a section in masked editor. | |
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. | |
EditorsBrushKeys | Static class that exposes the resource keys used by XamTextEditor and additional editor controls. | |
EditSectionBase | Abstract base class for 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. | |
HexDigitChar | Class for matching hexadecimal digit. | |
HorizontalToTextAlignmentConverter | A converter that converts HorizontalAlignment to TextAlignment. | |
HourSection | Hour section of a time mask. | |
ImageEditor | An editor control that is used internally by the XamDataGrid. | |
InputCharBase | Class that represents an editable position in the mask edit control | |
LiteralSection | LiteralSection class. | |
MaskedEditorCommands | Provides the list of RoutedCommands supported by the XamMaskedEditor. | |
MinuteSection | Minute section of a time mask. | |
MonthCalendarCommands | Provides the list of RoutedCommands supported by the XamMonthCalendar. | |
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. | |
Resources | Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly. | |
ResourcesEditors | Exposes the Infragistics.Shared.DynamicResourceString instances used in the assembly. | |
SecondSection | Second section of a time mask. | |
SectionBase | Abstract base class for all section classes. | |
SectionPresenter | Represents each section in the masked editor when it's in edit mode. | |
SectionsCollection | Read-only collection that contains SectionBase derived class instances. | |
SectionsList | UI element that displays sections of masked editor. | |
SelectedDateCollection | A custom collection of System.DateTime instances used to represent the selected dates within the XamMonthCalendar | |
TemplateEditor | Custom ValueEditor used to host arbitrary elements. | |
TemplateEditorValueBinding | Custom markup extension for binding to the ValueEditor.Value property of a TemplateEditor from within its TemplateEditor.DisplayDataTemplate or its TemplateEditor.EditDataTemplate | |
TextEditorBase | 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. | |
ValueEditor | An abstract base class that provides functionality for displaying or editing values. | |
ValueEditorCheckBox | Checkbox class used by the XamCheckEditor. | |
ValuePresenter | Abstract base class used for in place editing. | |
VirtualizingStackPanelEx | Custom System.Windows.Controls.VirtualizingStackPanel | |
XamCheckEditor | An editor control that can be used to display or edit boolean values. | |
XamComboEditor | An editor that displays a list of items in a drop down from which the user can select an entry. The editor also supports entering any arbitrary value in the edit portion. | |
XamCurrencyEditor | Allows editing of currency data based on a mask. | |
XamDateTimeEditor | Allows editing of date and/or time based on a mask. | |
XamMaskedEditor | Value editor for displaying and editing data based on a mask. | |
XamMonthCalendar | A custom control used to display one or more months. | |
XamNumericEditor | Allows editing of numeric data based on a mask. | |
XamTextEditor | An editor for editing values as strings. | |
XamTextEditorMarginConverter | ||
YearSection | Year section of a date mask. |
Interface | Description | |
---|---|---|
IItemMemberProvider | Used by the ComboBoxItemsProvider's ComboBoxItemsProvider.ItemMemberProvider property. Used for providing value and display text associated with each item in the ComboBoxItemsProvider's items source. | |
ISupportsSelectableText | Interface implemented by ValueEditor derived classes that support selecting text. |
Structure | Description | |
---|---|---|
CalendarDateRange | Structure used to represents a range of dates. | |
CalendarDimensions | Structure used to indicate the preferred rows/columns of CalendarItemGroup instances within a XamMonthCalendar |
Enumeration | Description | |
---|---|---|
AutoFillDate | Used for specifying XamMaskedEditor's XamMaskedEditor.AutoFillDate property. | |
CalendarMode | Enumeration that determines what is displayed and interacted within each CalendarItemGroup of a XamMonthCalendar | |
ComboEditorStates | Represents the different states of the combo editor control. Used to evaluate whether a specific command can be executed. | |
DayOfWeekHeaderFormat | Enumeration used to identify the format of the day of week captions in the XamMonthCalendar | |
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. | |
DisplayValueSource | Used for specifying the XamComboEditor's XamComboEditor.DisplayValueSource property. | |
DropDownButtonDisplayMode | Used for specifying the XamComboEditor's XamComboEditor.DropDownButtonDisplayMode property. | |
EditOrientation | Enum associated with the EditSectionBase.Orientation property of the EditSectionBase class. | |
EraDisplayMode | Determines what era information will be displayed in the month header. | |
InvalidValueBehavior | Specifies the ValueEditor.InvalidValueBehavior property. | |
MaskedEditorStates | Represents the different states of the masked editor control. Used to evaluate whether a specific command can be executed. | |
MaskedEditTabNavigation | Used for specifying XamMaskedEditor's XamMaskedEditor.TabNavigation property. | |
MaskMode | Used for specifying the mode to be applied when getting text from a masked editor. | |
MaskSelectAllBehavior | Used for specifying XamMaskedEditor's XamMaskedEditor.SelectAllBehavior property. | |
MonthCalendarStates | Enumeration used to indicate the current state of the component. | |
SpinButtonDisplayMode | Used for specifying the XamMaskedEditor's XamMaskedEditor.SpinButtonDisplayMode property. | |
SpinWrapBehavior | Enumeration for the SpinWrapBehavior 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. |