DayViewBase.AllDaySeparatorSize Property
In This Article
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.UI.Xaml.Scheduler.Internal
Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
Double | A System. |
#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