Skip to main content

RangeControlRange.Minimum Property

Gets or sets the start bound of a range.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

Property Value

Type Default Description
Object null

The start bound of a range.

See Also