TrackBarContextButton.Maximum Property
In This Article
Gets the maximum track value.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 500 | An integer value that specifies the maximum track value. |
#Remarks
The Maximum property specifies the maximum value to which the track (see TrackBarContextButton.Value) can be set.
See Also