Skip to main content

TrackBarContextButton.Maximum Property

Gets the maximum track value.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(500)]
[DXCategory("Behavior")]
public int Maximum { get; set; }

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