Skip to main content
A newer version of this page is available. .

TrackBarRange.Maximum Property

Gets or sets the maximum limit of the range.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public int Maximum { get; set; }

Property Value

Type Description
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