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

DevExpress.Maui.Editors Namespace

Contains classes and interfaces that implement the data editor functionality.

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Classes

Name Description
AsyncItemsSourceProvider A data provider that supplies suggestions for the AutoCompleteEdit in async mode.
AutoCompleteEdit A text editor that suggests values as a user enters characters into the edit box.
AutoCompleteEditActualAppearance An appearance object.
AutoCompleteEditBase The base class for editors that allow users to select items from a list. The item list can be filtered using the input query and updated asynchronously.
AutoCompleteEditBaseActualAppearance An appearance object.
AutoCompleteEditTextChangedEventArgs Contains data for the AutoCompleteEditBase.TextChanged event.
AutoCompleteTokenEdit An editor for single or multiple item selection that allows you to load items dynamically based on the user input and your custom logic.
AutoCompleteTokenEditActualAppearance An appearance object.
CalendarCellAppearance Stores appearance settings for calendar cells.
CalendarCellData Stores internal information used to render a calendar cell.
CalendarDayCellAppearance Stores appearance settings for day cells.
CalendarDayOfWeekCellAppearance Stores appearance settings for the days of the week.
CalendarHeaderAppearance Stores appearance settings for calendar headers.
CalendarMonthCellAppearance Stores appearance settings for month cells.
CalendarSelectableCellAppearance Stores appearance settings for calendar cells in the selected and disabled states.
CalendarYearCellAppearance Stores appearance settings for year cells.
CheckEdit A checkbox that supports the indeterminate state.
CheckEditActualAppearance An appearance object.
Chip A chip that allows users to trigger an action.
ChipActualAppearance An appearance object.
ChipEventArgs Provides data for events that allow you to customize chips.
ChipGenerationEventArgs Provides data for the ChipGeneration event.
ChipGroup A base class for chip groups.
ChipGroupActualAppearance An appearance object.
ChoiceChipGroup A chip group that allows users to select a single chip.
ChoiceChipGroupActualAppearance An appearance object.
ComboBoxEdit A combo box editor.
ComboBoxEditActualAppearance An appearance object.
ComboBoxEditBase A base class for combo boxes.
ComboBoxEditBaseActualAppearance An appearance object.
CompletedEventArgs Provides data for the Completed event.
CustomDayOfWeekCellAppearanceEventArgs Stores arguments for the DXCalendar.CustomDayOfWeekCellAppearance and DateEdit.PickerCustomDayOfWeekCellAppearance events.
CustomSelectableCellAppearanceEventArgs Stores arguments for the DXCalendar.CustomDayCellAppearance and DateEdit.PickerCustomDayCellAppearance events.
DateEdit An editor that displays a date in a specific format. Users can select a date within a cross-platform customizable or platform-specific native date picker.
DateEditActualAppearance An appearance object.
DateTimeConverter
DayOfWeekCellData Stores information about a calendar cell that contains a day of the week.
DisableDateEventArgs Stores data for the DisableDate event.
DisplayData Stores internal information used to render the calendar’s visual elements.
DXCalendar A cross-platform customizable calendar.
DXCalendarActualAppearance An appearance object.
EditBase The base class for all data editors.
EditBaseActualAppearance An appearance object.
EditorLocalizer An object that localizes the text lines displayed in the Data Editors.
FilterChipGroup A chip group that allows users to select multiple chips.
FilteredItemsSourceProvider A data provider that supplies suggestions for the AutoCompleteEdit in sync mode.
FilterTextChangedEventArgs Contains data for the FilterTextChanged event.
InputChipGroup A chip group that allows users to input a new chip.
InputChipGroupActualAppearance An appearance object.
ItemsEditBase A base class for the AutoComplete, Token, and ComboBox edits.
ItemsEditBaseActualAppearance An appearance object.
ItemsRequestEventArgs Contains data for the ItemsRequested event.
ItemsSourceProviderBase A base class for providers that supply suggestions for the AutoCompleteEdit.
MultilineEdit A multi-line text editor.
MultilineEditActualAppearance An appearance object.
NumericEdit An editor that displays a numeric value and allows a user to edit the value (enter a number in the edit box or use spin buttons to decrease/increase the value).
NumericEditActualAppearance An appearance object.
PasswordEdit An editor that allows users to enter and manage passwords.
PasswordEditActualAppearance An appearance object.
SelectableChipGroup A base class for chip groups that allow users to select (check) single or multiple chips.
SelectableChipGroupActualAppearance An appearance object.
TextEdit A single-line text editor.
TextEditActualAppearance An appearance object.
TextEditBase The base class for text editors.
TextEditBaseActualAppearance An appearance object.
TimeEdit An editor that allows users to specify a time. The editor supports 12- and 24-hour formats.
TimeEditActualAppearance An appearance object.
TokenAppearance An object that contains a TokenEdit and AutoCompleteTokenEdit item’s appearance properties.
TokenEdit An editor for single or multiple item selection with a predefined item source.
TokenEditActualAppearance An appearance object.

Delegates

Name Description
ChipEventHandler A base class for event handlers that allow you to customize chips.
ChipGenerationEventHandler A handler for the ChipGeneration event.
CompletedEventHandler A handler for the Completed event.

Enums

Name Description
AutoCompleteEditTextChangeReason Enumerates values that specify how the text in an AutoCompleteEdit was changed.
AutofillContentType Contains constants that identify the semantic meaning for an editor.
BoxMode Lists values that specify editor box types.
CharacterCasing Lists values that specify how to case characters that a user enters in an editor.
CheckBoxPosition Enumerates values that specify the position of a checkbox in the parent layout.
DateAutofillContentType Contains constants that identify the semantic meaning for a date editor.
DXCalendarViewType Enumerates values that identify views (day, month, and year) in the DXCalendar component and DateEdit component’s date picker.
EditorStringId Contains values corresponding to strings that can be localized.
LoadingProgressMode Enumerates values that specify whether a wait indicator is displayed automatically or manually.
OverflowMode
PasswordAutofillContentType Contains constants that identify whether an autofill service can populate a password editor.
TimeFormatMode Enumerates values that specify whether the time displayed in 12- or 24-hour format.
UpDownIconAlignment Enumerates values that specify how the up and down buttons that increase and decrease the value are aligned in an editor.