Skip to main content

TrackBarRange.Empty Field

Gets the TrackBarRange object whose minimum and maximum limits of the range are equal to 0. To determine whether the TrackBarRange object is empty, use the TrackBarRange.IsEmpty property.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static readonly TrackBarRange Empty

Field Value

Type
TrackBarRange
See Also