Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FormPickerViewModel Properties

A View Model used in the FormPickerItemBase descendants.
Name Description
ApplyCommand Gets or sets the command executed when a user applies the picker selection.
ApplyOnSelectionChange Gets or sets whether the picker should call the Apply() method when a user selects an item.
ClearSelectionCommand Gets or sets the command executed when a user clears selections within the picker.
CloseCommand Gets or sets the command executed when a user closes the picker.
Context Gets the picker’s context.
PickerFormItem Gets the displayed object.
SelectedItem Gets or sets the item that is selected within the picker.
SelectedItems Gets the collection of items that are selected within the picker.
See Also