ChartDesigner.PropertyDescriptorsCustomizing Event
In This Article
Occurs when property descriptor customization required.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.2.Wizard.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public event PropertyDescriptorsCustomizingEventHandler PropertyDescriptorsCustomizing
#Event Data
The PropertyDescriptorsCustomizing event's data class is PropertyDescriptorsCustomizingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Element | Returns a chart element whose property descriptors are currently customized. |
Element |
Returns the model of a chart element whose property descriptors are currently customized. |
Properties | Gets or sets the property descriptors of the chart element. |
See Also