FormPickerItemBaseActualAppearance.PickerPopupBackgroundColor Property
Gets the popup 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 PickerPopupBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The popup background color of the current FormPickerItemBase. |
See Also