Back to Devexpress

RangeControlRange.Minimum Property

corelibraries-devexpress-dot-xtraeditors-dot-rangecontrolrange.md

latest1.1 KB
Original Source

RangeControlRange.Minimum Property

Gets or sets the start bound of a range.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
[DefaultValue(null)]
public object Minimum { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Minimum As Object

Property Value

TypeDefaultDescription
Objectnull

The start bound of a range.

|

See Also

SelectionType

RangeControlRange Class

RangeControlRange Members

DevExpress.XtraEditors Namespace