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

ChartRangeControlClientBase.Site Property

Gets or sets the ISite associated with the current ChartRangeControlClientBase.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public override ISite Site { get; set; }

Property Value

Type Description
ISite

A System.ComponentModel.ISite object associated with the current ChartRangeControlClientBase.

See Also