Back to Devexpress

RangeControlClientBase.RangeControl Property

windowsforms-devexpress-dot-xtraeditors-dot-rangecontrolclientbase.md

latest1.3 KB
Original Source

RangeControlClientBase.RangeControl Property

Gets or sets the parent for the current RangeControlClientBase object.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public RangeControl RangeControl { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property RangeControl As RangeControl

Property Value

TypeDefaultDescription
RangeControlnull

The parent RangeControl object.

|

See Also

RangeControlClientBase Class

RangeControlClientBase Members

DevExpress.XtraEditors Namespace