Skip to main content

ChartRangeControlClientBase.Site Property

Gets or sets the ISite associated with the current ChartRangeControlClientBase.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override ISite Site { get; set; }

Property Value

Type Description
ISite

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

See Also