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

SchedulerTimelineHeaderCellInfo.Scale Property

Returns the timescale to which the Scheduler header cell belongs.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public DxSchedulerTimeScale Scale { get; }

Property Value

Type Description
DxSchedulerTimeScale

A timescale displayed at the top of the Timeline view.

Remarks

Refer to the SchedulerTimelineHeaderCellInfo class description for more information and an example.

See Also