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

RangeControlClientBase.RangeControl Property

Gets or sets the parent for the current RangeControlClientBase object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
public RangeControl RangeControl { get; set; }

Property Value

Type Default Description
RangeControl *null*

The parent RangeControl object.

See Also