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

ChartElementSelectingEventArgs.CustomOptionsControl Property

Gets or sets the custom Options control which replaces the default Options control for the selected chart element.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v21.2.Wizard.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

Declaration

public CustomOptionsControl CustomOptionsControl { get; set; }

Property Value

Type Description
DevExpress.XtraCharts.Designer.CustomOptionsControl

The custom Options control.

See Also