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

Enums

Name Description
AutoCompleteEditTextChangeReason Enumerates values that specify how the text in an AutoCompleteEdit was changed.
BoxMode Lists values that specify editor box types.
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.
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
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.