ITimeScale.GetDisplayTexts(DateTimeRange) Method
Returns the display text for the specified time range.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
timeRange | DateTimeRange | A DevExpress.Mvvm.DateTimeRange value that is the time range for which to return the display text. |
Returns
Type | Description |
---|---|
IEnumerable<String> | A collection of System.String values that represent the text labels displayed in the time scale. |
See Also