DateEditActualAppearance.PickerButtonBackgroundColor Property
Gets the picker’s button background color that is applied to the DateEdit.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color PickerButtonBackgroundColor { get; }
Property Value
Type | Description |
---|---|
Color | The picker’s button background color. |
See Also