Skip to main content

DayViewBase.TimeRulerSize Property

Gets or sets the value that specifies the time ruler size. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public double TimeRulerSize { get; set; }

Property Value

Type Description
Double

A System.Double value that is the time ruler size (in pixels).

Remarks

Use the TimeRulerTemplate property to specify the time ruler template.

See Also