Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public double AllDaySeparatorSize { get; set; }

Property Value

Type Description
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.

WPFScheduler_AllDaySeparator

See Also