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

TrackBarContextButton.Minimum Property

Gets the minimum track value.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(0)]
public int Minimum { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the minimum track value.

Remarks

The Minimum property specifies the minimum value to which the track (see TrackBarContextButton.Value) can be set.

See Also