Back to Devexpress

DevExpress.XamarinForms.Editors Namespace

mobilecontrols-devexpress-dot-xamarinforms-2ca7cf9e.md

latest11.4 KB
Original Source

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

NameDescription
AsyncItemsSourceProviderA data provider that supplies suggestions for the AutoCompleteEdit and AutoCompleteColumn in async mode.
AutoCompleteEditA text editor that suggests values as a user enters characters into the edit box.
AutoCompleteEditTextChangedEventArgsContains data for the AutoCompleteEdit.TextChanged event.
CalendarCellDataStores internal information used to render a calendar cell.
CalendarCellStyleStores appearance settings for calendar cells.
CalendarDayCellStyleStores appearance settings for day cells.
CalendarDayOfWeekCellStyleStores appearance settings for the days of the week.
CalendarHeaderStyleStores appearance settings for calendar headers.
CalendarMonthCellStyleStores appearance settings for month cells.
CalendarSelectableCellStyleStores appearance settings for calendar cells in the selected and disabled states.
CalendarYearCellStyleStores appearance settings for year cells.
CheckEditA checkbox that supports the indeterminate state.
ChipA chip that allows users to trigger an action.
ChipEventArgsProvides data for events that allow you to customize chips.
ChipGenerationEventArgsProvides data for the ChipGeneration event.
ChipGroupA base class for chip groups.
ChoiceChipGroupA chip group that allows users to select a single chip.
ComboBoxEditA combo box editor.
CompletedEventArgsProvides data for the Completed event.
CustomDayOfWeekCellStyleEventArgsStores arguments for the DXCalendar.CustomDayOfWeekCellStyle and DateEdit.PickerCustomDayOfWeekCellStyle events.
CustomSelectableCellStyleEventArgsStores arguments for the DXCalendar.CustomDayCellStyle and DateEdit.PickerCustomDayCellStyle events.
DateEditAn editor that displays a date in a specific format. Users can select a date within a cross-platform customizable date picker.
DateTimeConverter
DayOfWeekCellDataStores information about a calendar cell that contains a day of the week.
DisableDateEventArgsStores data for the DisableDate event.
DisplayDataStores internal information used to render the calendar’s visual elements.
DXCalendarA cross-platform customizable calendar.
EditBaseThe base class for all data editors.
EditorsLocalizerExtension
FilterChipGroupA chip group that allows users to select multiple chips.
FilteredItemsSourceProviderA data provider that supplies suggestions for the AutoCompleteEdit and AutoCompleteColumn in sync mode.
Initializer staticContains the Init method that initializes the DevExpress Editors component.
InputChipGroupA chip group that allows users to input a new chip.
ItemsEditBase
ItemsSourceProviderBaseA base class for providers that supply suggestions for the AutoCompleteEdit.
MultilineEditA multi-line text editor.
NumericEditAn 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).
PasswordEditAn editor that allows users to enter and manage passwords.
SelectableChipGroupA base class for chip groups that allow users to select (check) single or multiple chips.
SimpleButtonA simple button.
SuggestionsRequestEventArgsProvides data for the SuggestionsRequested event.
TextEditA single-line text editor.
TextEditBaseThe base class for text editors.
TimeEditAn editor that allows users to specify a time. Supports the 12- and 24-hour formats.

Delegates

NameDescription
ChipEventHandlerA base class for event handlers that allow you to customize chips.
ChipGenerationEventHandlerA handler for the ChipGeneration event.
CompletedEventHandlerA handler for the Completed event.

Enums

NameDescription
AutoCompleteEditTextChangeReasonEnumerates values that specify how the text in an AutoCompleteEdit was changed.
AutofillContentTypeContains constants that identify the semantic meaning for an editor.
BoxModeLists values that specify editor box types.
CharacterCasingLists values that specify how to case characters that a user enters in an editor.
CheckBoxPositionEnumerates values that specify the position of a checkbox in the parent layout.
CornerModeLists values used to specify whether editor corners are rounded or cut.
DateAutofillContentTypeContains constants that identify the semantic meaning for a date editor.
DXCalendarViewTypeEnumerates values that identify views (day, month, and year) in the DXCalendar component and DateEdit component’s date picker.
FilterModeLists values that specify comparison operators used to filter combo box items.
IconHorizontalPositionLists values used to specify the icon horizontal alignment.
IconVisibilityLists values used to specify when to display an icon.
LoadingProgressModeEnumerates values that specify whether a wait indicator is displayed automatically or manually.
OverflowMode
PasswordAutofillContentTypeContains constants that identify whether an autofill service can populate a password editor.
TimeFormatModeEnumerates values that specify whether the time displayed in 12- or 24-hour format.
UpDownIconAlignmentEnumerates values that specify how the up and down buttons that increase and decrease the value are aligned in an editor.