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

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.
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.
DateEdit An editor that allows users to select dates in a platform-specific date picker.
DateTimeConverter
EditBase The base class for all data editors.
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.
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.