Skip to main content
A newer version of this page is available. .

DevExpress.WinUI.Editors Namespace

Contains classes which implement the main functionality of the DevExpress editor controls.

Assembly: DevExpress.WinUI.Editors.v21.1.dll

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.
CustomDatesCollection
CustomDisplayTextEventArgs Provides data for the BaseEdit.CustomDisplayText event.
DateEdit A Date Edit with a dropdown calendar.
DateNavigator A DateNavigator control.
DatesCollection
EditValueChangedEventArgs Provides data for the BaseEdit.EditValueChanged event.
EditValueChangingEventArgs Provides data for the BaseEdit.EditValueChanging event.
SpinEdit A SpinEdit control.
TextEdit A text editor.
TextInputMaskSettings Provides the mask settings.
TextInputTimeSpanMaskSettings Provides settings used by time span masks.
ValidationEventArgs Provides data for the BaseEdit.Validate event.
WorkdaysCollection

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.
ErrorType Enumerates error icon types.
FirstDayOfWeek
MaskType Lists values that specify the type of mask used by an editor.
PostMode Lists values that specify when data posting starts.
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.