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

TimeScaleBase.Description Property

Gets or sets the time scale description. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public string Description { get; set; }

Property Value

Type Description
String

A string value that specifies the time scale description.

Implements

See Also