Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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