MonthViewActualAppearance.CellBorderColor Property
Gets the border color that is applied to the MonthView cells. To specify this color, use the MonthViewCellAppearance‘s BorderColor inherited property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color CellBorderColor { get; }
Property Value
Type | Description |
---|---|
Color | The border color. |
See Also