Skip to main content

DXPopupActualAppearance.BackgroundColor Property

Gets the background color applied to the DXPopup control. To specify this color, use the DXPopupBase‘s BackgroundColor property.

Namespace: DevExpress.Maui.Controls

Assembly: DevExpress.Maui.Controls.dll

NuGet Package: DevExpress.Maui.Controls

Declaration

public Color BackgroundColor { get; }

Property Value

Type Description
Color

The background color.

See Also