Skip to main content
All docs
V23.2

ITimeScale.GetDisplayTexts(DateTimeRange) Method

Returns the display text for the specified time range.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

IEnumerable<string> GetDisplayTexts(
    DateTimeRange timeRange
)

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