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

DxSchedulerDateTimeRange.ToString() Method

Returns the range’s textual representation.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public override string ToString()

Returns

Type Description
String

The range’s textual representation.

Remarks

This method returns the values of the Start and End properties as follows:

(Start)-(End)

See Also