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

RangeControlRange.Minimum Property

Gets or sets the start 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 Minimum { get; set; }

Property Value

Type Default Description
Object null

The start bound of a range.

See Also