FormPickerItemBase.PickerSelectedItemBackgroundColor Property
Gets or sets the background color of the selected picker item. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color PickerSelectedItemBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The background color of the selected picker item. |
See Also