FormPickerItemBaseActualAppearance.PickerBottomSheetBackgroundColor Property
Gets the background color of the bottom sheet that contains the FormPickerItemBase. To specify this color, use the PickerBackgroundColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color PickerBottomSheetBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The background color of the bottom sheet. |
See Also