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

RangeControlRange.Maximum Property

Gets or sets the end bound of a range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v21.2.dll

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

Declaration

[DefaultValue(null)]
public object Maximum { get; set; }

Property Value

Type Default Description
Object null

The end bound of a range.

See Also