ChartDesigner.PropertyDescriptorsCustomizing Event
Occurs when property descriptor customization required.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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. |
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