Back to Devexpress

TimeScale.UnitCount Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-timescale-acc0fe84.md

latest1.2 KB
Original Source

TimeScale.UnitCount Property

Specifies the number of measure units in a single division of the scale. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public int UnitCount { get; set; }
vb
Public Property UnitCount As Integer

Property Value

TypeDescription
Int32

The number of measure units in a single division of the scale.

|

Remarks

The ScaleUnit property specifies the measure unit.

See Also

TimeScale Class

TimeScale Members

DevExpress.Xpf.Scheduling Namespace