DevExpress.UI.Xaml.Editors Namespace
Contains classes which implement the main functionality of the DevExpress editor controls.
Assembly: DevExpress.UI.Xaml.Editors.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Classes
| Name | Description |
|---|---|
| BaseEdit | Serves as the base for all editors that can be used for inplace editing in container controls. |
| ButtonInfo | Represents a button for a button editor. |
| ButtonInfoCollection | Represents a collection of buttons. |
| ColorEdit | Represents a color editor. |
| CustomDisplayTextEventArgs | Provides data for the BaseEdit.CustomDisplayText event. |
| DateEdit | Represents a date editor with a dropdown calendar. |
| DateNavigator | Represents a Date Navigator. |
| EditValueChangedEventArgs | Provides data for the BaseEdit.EditValueChanged event. |
| EditValueChangingEventArgs | Provides data for the BaseEdit.EditValueChanging event. |
| RadialTimePickerEdit | Represents the Radial Time Picker. |
| RatingEdit | Represents a rating editor. |
| RatingItem | Represents a rating item. |
| SpinEdit | Represents an editor with spin buttons used to adjust a numerical value. |
| TextEdit | Represents a text editor with embedded buttons. |
| TextInputMaskSettings | Provides the mask settings. |
| TextInputTimeSpanMaskSettings | Provides settings used by time span masks. |
Structs
| Name | Description |
|---|---|
| DateRange | Stores a date range. |
Delegates
| Name | Description |
|---|---|
| CustomDisplayTextEventHandler | Represents a method that will handle an editor’s BaseEdit.CustomDisplayText event. |
| EditValueChangedEventHandler | Represents a method that will handle the BaseEdit.EditValueChanged event. |
| EditValueChangingEventHandler | Represents a method that will handle the BaseEdit.EditValueChanging event. |
Enums
| Name | Description |
|---|---|
| AutoCompleteType | Lists values that specify the type of automatic completion mode used by an editor. |
| ButtonKind | Lists values that specify a button’s behavior. |
| CalendarAnimationMode | Lists values that specify the animation mode for the Date Navigator. |
| CalendarDayNameFormat | Lists values that specify the format for names of the days of the week. |
| CalendarSelectionMode | Lists values that specify the selection mode for the Date Navigator. |
| CalendarViewMode | Lists values that specify the view mode for the Date Navigator. |
| MaskType | Lists values that specify the type of mask used by an editor. |
| PostMode | Lists values that specify when data posting starts. |
| RatingPrecision | Lists the values used to specify the rating precision. |
| UpdateEditorSource | Lists values that specify the action that caused the editor’s validation. |
| WeekNumberRule | Lists the values used to specify the rule for determining the first week of the year. |