FormPickerItemBase.PickerTitleView Property
Gets or sets the View object that is displayed when the form picker item opens. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public View PickerTitleView { get; set; }
Property Value
Type | Description |
---|---|
View | The view that is displayed when you open the form picker item. |
See Also