DateEditActualAppearance.PickerBackgroundColor Property
Gets the picker’s background color that is applied to the DateEdit. 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 PickerBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The picker’s background color. |
See Also