Skip to main content

MonthCellControl.TodayBorderThickness Property

Gets or sets the width of the top cell border used to indicate the current date. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public double TodayBorderThickness { get; set; }

Property Value

Type Description
Double

A Double value that is the border’s width in pixels.

Remarks

Use the MonthCellControl.TodayBorderBackground property to specify the border color.

See Also