ITimeScale.MinWidth Property
Specifies the minimum allowed width of a single division of the scale.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Double | The minimum allowed width of a single division of the scale, in pixels. |
Remarks
When the Scheduler is zoomed out so that the width of a single division of the scale becomes less than the MinWidth value, the scale becomes hidden.
The UnitCount property specifies the number of measure units in a single division of the scale. The ScaleUnit property specifies the measure unit.
See Also