Back to Devexpress

ChartElementSelectingEventArgs.CustomOptionsControl Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartelementselectingeventargs.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public CustomOptionsControl CustomOptionsControl { get; set; }
vb
Public Property CustomOptionsControl As CustomOptionsControl

Property Value

TypeDescription
DevExpress.XtraCharts.Designer.CustomOptionsControl

The custom Options control.

|

See Also

ChartElementSelectingEventArgs Class

ChartElementSelectingEventArgs Members

DevExpress.XtraCharts.Designer Namespace