TrackBarRange.Maximum Property
Gets or sets the maximum limit of the range.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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