Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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