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

ChartDesigner.PropertyDescriptorsCustomizing Event

Occurs when property descriptor customization required.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

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
ElementModel 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