Skip to main content

TrackBarRange.IsEmpty Property

Gets whether the minimum and maximum limits of the range are equal to 0.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public bool IsEmpty { get; }

Property Value

Type Description
Boolean

true if the minimum and maximum limits of the range are equal to 0; otherwise, false.

See Also