Skip to main content

TrackBarContextButton.Minimum Property

Gets the minimum track value.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DefaultValue(0)]
[DXCategory("Behavior")]
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