Skip to main content

RangeControlClientBase.RangeControl Property

Gets or sets the parent for the current RangeControlClientBase object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
RangeControl null

The parent RangeControl object.

See Also