FormPickerItemBaseActualAppearance.PickerPageBackgroundColor Property
Gets the page background color that is applied to the current FormPickerItemBase.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color PickerPageBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The page background color of the current FormPickerItemBase. |
See Also