Version

Infragistics.Windows.Editors Namespace

Classes
 ClassDescription
ClassAlphaChar Class for matching alpha characters [A-Za-z]
ClassAlphanumericChar Class for matching alpha and digits [A-Za-z0-9].
ClassAMPMSection Class for AM-PM section of a time mask.
ClassCalendarDateRangeCollection A collection of CalendarDateRange instances.
ClassCalendarDateRangeConverter Type converter for the CalendarDateRange structure
ClassCalendarDay Represents a specific date in a CalendarItemGroup
ClassCalendarDayOfWeek Represents a specific System.DayOfWeek in the header area of the CalendarItemGroup
ClassCalendarDimensionsConverter Type converter for the CalendarDimensions structure
ClassCalendarItem Represents an item within the CalendarItemGroup
ClassCalendarItemArea A custom element used to display CalendarItem instances within a CalendarItemGroup
ClassCalendarItemAreaPanel A custom element used to display a CalendarItemArea within a CalendarItemGroup to perform animations.
ClassCalendarItemGroup Represents a group of calendar items within a XamMonthCalendar - e.g. a specific month of the year.
ClassCalendarItemGroupPanel Custom element used to create and position CalendarItemGroup instances for a XamMonthCalendar
ClassCalendarItemGroupTitle Represents the header for a specific CalendarItemGroup in a XamMonthCalendar
ClassCalendarWeekNumber Represents a specific week number header in the CalendarItemGroup
ClassCaretElement Represents caret element inside a masked editor.
ClassCharacterSet Class for matching an arbitrary set of characters.
ClassComboBoxDataItem 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.
ClassComboBoxItemsProvider Used for specifying items on a XamComboEditor.
ClassComboEditorCommands Provides the list of RoutedCommands supported by the XamComboEditor.
ClassDayOfWeekToStringConverter Value converter for converting a System.DayOfWeek for a given DayOfWeekHeaderFormat
ClassDaySection Day section part of a date mask.
ClassDigitChar Class for matching digits.
ClassDisplayCharacterPresenter Represents individual character of MaksedEditor when it's in edit mode.
ClassDisplayCharactersList UI element that displays display characters of a section in masked editor.
ClassDisplayCharBase Base type for all DisplayCharacter classes.
ClassDisplayCharsCollection Read-only collection that contains DisplayCharBase derived class instances.
ClassDisplayCharsEditSection This is an edit section that can contain an arbitrary list of editable display characters.
ClassEditorsBrushKeys Static class that exposes the resource keys used by XamTextEditor and additional editor controls.
ClassEditSectionBase Abstract base class for non-literal sections.
ClassEraSection Class for Era section of a date mask.
ClassFractionPart Edit section implementation for a fraction part.
ClassFractionPartContinuous Edit section implementation for a fraction part.
ClassHexDigitChar Class for matching hexadecimal digit.
ClassHorizontalToTextAlignmentConverter A converter that converts HorizontalAlignment to TextAlignment.
ClassHourSection Hour section of a time mask.
ClassImageEditor An editor control that is used internally by the XamDataGrid.
ClassInputCharBase Class that represents an editable position in the mask edit control
ClassLiteralSection LiteralSection class.
ClassMaskedEditorCommands Provides the list of RoutedCommands supported by the XamMaskedEditor.
ClassMinuteSection Minute section of a time mask.
ClassMonthCalendarCommands Provides the list of RoutedCommands supported by the XamMonthCalendar.
ClassMonthSection Month section part of a date mask.
ClassNumberSection A number section that will edit from right to left.
ClassParsedMask A class for applying a mask to data.
ClassResources Exposes a Infragistics.Shared.ResourceCustomizer instance for this assembly.
ClassResourcesEditors Exposes the Infragistics.Shared.DynamicResourceString instances used in the assembly.
ClassSecondSection Second section of a time mask.
ClassSectionBase Abstract base class for all section classes.
ClassSectionPresenter Represents each section in the masked editor when it's in edit mode.
ClassSectionsCollection Read-only collection that contains SectionBase derived class instances.
ClassSectionsList UI element that displays sections of masked editor.
ClassSelectedDateCollection A custom collection of System.DateTime instances used to represent the selected dates within the XamMonthCalendar
ClassTemplateEditor Custom ValueEditor used to host arbitrary elements.
ClassTemplateEditorValueBinding Custom markup extension for binding to the ValueEditor.Value property of a TemplateEditor from within its TemplateEditor.DisplayDataTemplate or its TemplateEditor.EditDataTemplate
ClassTextEditorBase Abstract base class for text based value editors.
ClassValidationErrorInfo Contains error information regarding why a value is invalid.
ClassValueConstraint Contains various constraints that can be applied to a data value.
ClassValueEditor An abstract base class that provides functionality for displaying or editing values.
ClassValueEditorCheckBox Checkbox class used by the XamCheckEditor.
ClassValuePresenter Abstract base class used for in place editing.
ClassVirtualizingStackPanelEx Custom System.Windows.Controls.VirtualizingStackPanel
ClassXamCheckEditor An editor control that can be used to display or edit boolean values.
ClassXamComboEditor 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.
ClassXamCurrencyEditor Allows editing of currency data based on a mask.
ClassXamDateTimeEditor Allows editing of date and/or time based on a mask.
ClassXamMaskedEditor Value editor for displaying and editing data based on a mask.
ClassXamMonthCalendar A custom control used to display one or more months.
ClassXamNumericEditor Allows editing of numeric data based on a mask.
ClassXamTextEditor An editor for editing values as strings.
ClassXamTextEditorMarginConverter  
ClassYearSection Year section of a date mask.
Interfaces
 InterfaceDescription
InterfaceIItemMemberProvider 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.
InterfaceISupportsSelectableText Interface implemented by ValueEditor derived classes that support selecting text.
Structures
 StructureDescription
StructureCalendarDateRange Structure used to represents a range of dates.
StructureCalendarDimensions Structure used to indicate the preferred rows/columns of CalendarItemGroup instances within a XamMonthCalendar
Enumerations
 EnumerationDescription
EnumerationAutoFillDate Used for specifying XamMaskedEditor's XamMaskedEditor.AutoFillDate property.
EnumerationCalendarMode Enumeration that determines what is displayed and interacted within each CalendarItemGroup of a XamMonthCalendar
EnumerationComboEditorStates Represents the different states of the combo editor control. Used to evaluate whether a specific command can be executed.
EnumerationDayOfWeekHeaderFormat Enumeration used to identify the format of the day of week captions in the XamMonthCalendar
EnumerationDisplayCharIncludeMethod 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.
EnumerationDisplayValueSource Used for specifying the XamComboEditor's XamComboEditor.DisplayValueSource property.
EnumerationDropDownButtonDisplayMode Used for specifying the XamComboEditor's XamComboEditor.DropDownButtonDisplayMode property.
EnumerationEditOrientation Enum associated with the EditSectionBase.Orientation property of the EditSectionBase class.
EnumerationEraDisplayMode Determines what era information will be displayed in the month header.
EnumerationInvalidValueBehavior Specifies the ValueEditor.InvalidValueBehavior property.
EnumerationMaskedEditorStates Represents the different states of the masked editor control. Used to evaluate whether a specific command can be executed.
EnumerationMaskedEditTabNavigation Used for specifying XamMaskedEditor's XamMaskedEditor.TabNavigation property.
EnumerationMaskMode Used for specifying the mode to be applied when getting text from a masked editor.
EnumerationMaskSelectAllBehavior Used for specifying XamMaskedEditor's XamMaskedEditor.SelectAllBehavior property.
EnumerationMonthCalendarStates Enumeration used to indicate the current state of the component.
EnumerationSpinButtonDisplayMode Used for specifying the XamMaskedEditor's XamMaskedEditor.SpinButtonDisplayMode property.
EnumerationSpinWrapBehavior Enumeration for the SpinWrapBehavior property.
EnumerationValidateAsType 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.
EnumerationValueConstraintFlags Used for specifying which constraints should be applied to the input value of the ValueConstraint.Validate method.
See Also