Skip to main content
A newer version of this page is available. .
All docs
V20.2

ITimeScale.GetDisplayTexts(DateTimeRange) Method

Returns the display text for the specified time range.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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