RangeControlClientBase.RangeControl Property
In This Article
Gets or sets the parent for the current RangeControlClientBase object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public RangeControl RangeControl { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Range |
null | The parent Range |
See Also