Back to Devexpress

DayViewBase.AllDaySeparatorSize Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dayviewbase-0fcc1509.md

latest1.8 KB
Original Source

DayViewBase.AllDaySeparatorSize Property

Gets or sets the height of a separator bar between the all-day area and the main area of the Day View, Work Week View, and Week View. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double AllDaySeparatorSize { get; set; }
vb
Public Property AllDaySeparatorSize As Double

Property Value

TypeDescription
Double

A Double value that specifies a separator height in pixels.

|

Remarks

Use the AllDaySeparatorSize property to specify the height of a horizontal separator bar, which divides the all-day area and the main cell area of the current view.

See Also

ShowAllDayArea

DayViewBase Class

DayViewBase Members

DevExpress.Xpf.Scheduling Namespace