Back to Devexpress

FormPickerViewModel Members

maui-devexpress-dot-maui-dot-editors-dot-formpickerviewmodel-dot-underscore-members.md

latest3.4 KB
Original Source

FormPickerViewModel Members

A View Model used in the FormPickerItemBase descendants.

Properties

NameDescription
ApplyCommandGets or sets the command executed when a user applies the picker selection.
ApplyOnSelectionChangeGets or sets whether the picker should call the Apply() method when a user selects an item.
ClearSelectionCommandGets or sets the command executed when a user clears selections within the picker.
CloseCommandGets or sets the command executed when a user closes the picker.
ContextGets the picker’s context.
PickerFormItemGets the displayed object.
SelectedItemGets or sets the item that is selected within the picker.
SelectedItemsGets the collection of items that are selected within the picker.

Methods

NameDescription
Apply()Applies the picker’s result.
Clear()Clears the values that are selected within the picker.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from System.Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from System.Object.
GetHashCode()Serves as the default hash function. Inherited from System.Object.
GetType()Gets the Type of the current instance. Inherited from System.Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from System.Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from System.Object.
ToString()Returns a string that represents the current object. Inherited from System.Object.

See Also

FormPickerViewModel Class

DevExpress.Maui.Editors Namespace