Skip to main content

RangeControlRange.Maximum Property

Gets or sets the end bound of a range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

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

#Property Value

Type Default Description
Object null

The end bound of a range.

See Also