Skip to main content

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.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public CustomOptionsControl CustomOptionsControl { get; set; }

Property Value

Type Description
DevExpress.XtraCharts.Designer.CustomOptionsControl

The custom Options control.

See Also