FormPickerItemBaseActualAppearance.PickerSelectedItemBackgroundColor Property
Gets the selected item’s background color that is applied to the current FormPickerItemBase. To specify this color, use the PickerSelectedItemBackgroundColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color PickerSelectedItemBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The selected item’s background color of the current FormPickerItemBase. |
See Also