Back to Devexpress

RangeControlRange.Maximum Property

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

latest1.1 KB
Original Source

RangeControlRange.Maximum Property

Gets or sets the end bound of a range.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

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

Property Value

TypeDefaultDescription
Objectnull

The end bound of a range.

|

See Also

SelectionType

RangeControlRange Class

RangeControlRange Members

DevExpress.XtraEditors Namespace