Skip to main content

ViewBaseActualAppearance.HeaderItemBorderColor Property

Gets the border color that is applied to the DevExpress.Maui.Scheduler view’s headers. To specify this color, use the BorderColor property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color HeaderItemBorderColor { get; }

Property Value

Type Description
Color

The border color.

See Also