Back to Devexpress

TrackBarContextButton.Maximum Property

windowsforms-devexpress-dot-utils-dot-trackbarcontextbutton-10c9102f.md

latest1.5 KB
Original Source

TrackBarContextButton.Maximum Property

Gets the maximum track value.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

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

Property Value

TypeDefaultDescription
Int32500

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

Value

Minimum

TrackBarContextButton Class

TrackBarContextButton Members

DevExpress.Utils Namespace