Skip to main content

DevExpress.XamarinForms.Editors Namespace

Contains classes that implement the functionality of data editors and a simple button.

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Classes

Name Description
AsyncItemsSourceProvider A data provider that supplies suggestions for the AutoCompleteEdit and AutoCompleteColumn in async mode.
AutoCompleteEdit A text editor that suggests values as a user enters characters into the edit box.
AutoCompleteEditTextChangedEventArgs Contains data for the AutoCompleteEdit.TextChanged event.
CalendarCellData Stores internal information used to render a calendar cell.
CalendarCellStyle Stores appearance settings for calendar cells.
CalendarDayCellStyle Stores appearance settings for day cells.
CalendarDayOfWeekCellStyle Stores appearance settings for the days of the week.
CalendarHeaderStyle Stores appearance settings for calendar headers.
CalendarMonthCellStyle Stores appearance settings for month cells.
CalendarSelectableCellStyle Stores appearance settings for calendar cells in the selected and disabled states.
CalendarYearCellStyle Stores appearance settings for year cells.
CheckEdit A checkbox that supports the indeterminate state.
Chip A chip that allows users to trigger an action.
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.
ChoiceChipGroup A chip group that allows users to select a single chip.
ComboBoxEdit A combo box editor.
CompletedEventArgs Provides data for the Completed event.
CustomDayOfWeekCellStyleEventArgs Stores arguments for the DXCalendar.CustomDayOfWeekCellStyle and DateEdit.PickerCustomDayOfWeekCellStyle events.
CustomSelectableCellStyleEventArgs Stores arguments for the DXCalendar.CustomDayCellStyle and DateEdit.PickerCustomDayCellStyle events.
DateEdit An editor that displays a date in a specific format. Users can select a date within a cross-platform customizable date picker.
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.
EditBase The base class for all data editors.
EditorsLocalizerExtension
FilterChipGroup A chip group that allows users to select multiple chips.
FilteredItemsSourceProvider A data provider that supplies suggestions for the AutoCompleteEdit and AutoCompleteColumn in sync mode.
Initializer static Contains the Init method that initializes the DevExpress Editors component.
InputChipGroup A chip group that allows users to input a new chip.
ItemsEditBase
ItemsSourceProviderBase A base class for providers that supply suggestions for the AutoCompleteEdit.
MultilineEdit A multi-line text editor.
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).
PasswordEdit An editor that allows users to enter and manage passwords.
SelectableChipGroup A base class for chip groups that allow users to select (check) single or multiple chips.
SimpleButton A simple button.
SuggestionsRequestEventArgs Provides data for the SuggestionsRequested event.
TextEdit A single-line text editor.
TextEditBase The base class for text editors.
TimeEdit An editor that allows users to specify a time. Supports the 12- and 24-hour formats.

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.
CornerMode Lists values used to specify whether editor corners are rounded or cut.
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.
FilterMode Lists values that specify comparison operators used to filter combo box items.
IconHorizontalPosition Lists values used to specify the icon horizontal alignment.
IconVisibility Lists values used to specify when to display an icon.
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.