Skip to main content

DevExpress.WinUI.Editors Namespace

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

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Classes

Name Description
BaseEdit Serves as the base for all editors that can be used for inplace editing in container controls.
BaseValidationError
ButtonInfo Represents a button for a button editor.
ButtonInfoCollection Represents a collection of buttons.
CalendarPopupSettings Contains settings specific to a popup calendar in the DateEdit control.
CustomDisplayTextEventArgs Provides data for the TextEdit.CustomDisplayText event.
DateEdit A Date Edit with a dropdown calendar.
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.

Delegates

Name Description
CustomDisplayTextEventHandler Represents a method that will handle an editor’s TextEdit.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.
ErrorType Enumerates error icon types.
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.