Skip to main content

TrackBarRange.ToString() Method

Returns a human-readable string that represents the TrackBarRange object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value that represents the TrackBarRange object.

Remarks

The ToString method returns a string that represents the minimum and maximum limits of the range.

See Also