Back to Devexpress

TrackBarContextButton.Minimum Property

windowsforms-devexpress-dot-utils-dot-trackbarcontextbutton-de5155d8.md

latest1.5 KB
Original Source

TrackBarContextButton.Minimum Property

Gets the minimum track value.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Behavior")]
public int Minimum { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(0)>
Public Property Minimum As Integer

Property Value

TypeDefaultDescription
Int320

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

Value

Maximum

TrackBarContextButton Class

TrackBarContextButton Members

DevExpress.Utils Namespace