| Class | Description |
|---|---|
| AutoCompletingMaskEventArgs | Provides information on inputted text whose mask is being automatically completed. |
| AutoSelectTextBox | Represents a text box whose content is selected when it receives the focus as well as performs automatic focus navigation when the caret reaches the extremities of the text range. |
| CachedTextInfo | |
| CalendarItem | Represents an item (day) in the DatePicker's calendar. |
| CheckBox | Represents a control used to edit and display boolean values. This class should be used rather than the system provided CheckBox control which causes issues with focus when used within a focus scope (e.g., DataGridControl). |
| DateInputScope | Represents an element which filters input that is not numerical. |
| DateLayoutPanel | Represents a panel that can be used to layout the date components. |
| DatePicker | Represents a control used to edit and display dates. |
| DatePickerCommands | Provides a set of commands that can be used to change the selected and displayed dates in the DatePicker control. |
| DateTimeTextBox | Represents a control that limits the value extracted from the inputted text to be a DateTime value. |
| Licenser | Class that registers the classes defined in the Xceed.Wpf.Controls assembly. |
| MaskedTextBox | Represents a control that limits the inputted text to be of the format determined by the specified mask. |
| NavigableComboBox | Represents a combo box control that supports navigation within its drop-down section. |
| NumericInputScope | Represents an element which filters input that is not numerical. The NumericInputscope class will prevent modifications from being applied until the focus is removed from the scope. |
| NumericTextBox | Represents a control that limits the value extracted from the inputted text to be a numeric value. |
| QueryMoveFocusEventArgs | Provides information on the focus navigation. |
| QueryTextFromValueEventArgs | Provides information about the value and text being queried when an attempt is made to convert the specified value into its string representation. |
| QueryValueFromTextEventArgs | Provides information about the text and value being queried when an attempt is made to extract a value from the specified text. |
| ValueRangeTextBox | Represents a control that limits the value extracted from the inputted text to be within the bounds determined by the MinValue and MaxValue properties. |
| Delegate | Description |
|---|---|
| QueryMoveFocusEventHandler | Represents the method that will handle the QueryMoveFocus routed event. |
| Enumeration | Description |
|---|---|
| AutoSelectBehavior | Value indicating how the content of an AutoSelectTextBox is selected. |
| DateComponent | Value representing a date component. |
| DateTimeMaskMode | Value indicating the mode used to mask inputted text as a date and time format. |
| InsertKeyMode | Value representing the text insertion mode of the masked text box. |
| MaskFormat | Value representing the format that will be used when the inputted text is copied to the clipboard. |