Class | Description | |
---|---|---|
AutoCompletingMaskEventArgs | Provides information on input 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. | |
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. | |
TextBlockLite | Represents a simpler and more performant version of a TextBlock. | |
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. | |
WatermarkTextBox |