Back to Devexpress

TrackBarRange.Maximum Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-trackbarrange-f636edae.md

latest1.4 KB
Original Source

TrackBarRange.Maximum Property

Gets or sets the maximum limit of the range.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int Maximum { get; set; }
vb
Public Property Maximum As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the maximum limit of the range.

|

Remarks

The Maximum property cannot be set to a value which is greater than the RepositoryItemTrackBar.Maximum property’s value.

See Also

Minimum

TrackBarRange Struct

TrackBarRange Members

DevExpress.XtraEditors.Repository Namespace