Skip to main content

TrackBarRange.Maximum Property

Gets or sets the maximum limit of the range.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.1.dll

NuGet Package: 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