DayViewBase.TimeRulerWidth Property
In This Article
Gets or sets the width of the time ruler. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public double TimeRulerWidth { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | 60 | The time ruler width, in density independent pixels. |
See Also