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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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.
See Also