Skip to main content

DateEditActualAppearance.PickerButtonPressedBackgroundColor Property

Gets the background color that is applied to the DateEdit picker’s button when it is pressed.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Color PickerButtonPressedBackgroundColor { get; }

Property Value

Type Description
Color

The background color.

See Also