Back to Devexpress

ChartDesigner.PropertyDescriptorsCustomizing Event

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-chartdesigner-3055a8c4.md

latest1.9 KB
Original Source

ChartDesigner.PropertyDescriptorsCustomizing Event

Occurs when property descriptor customization required.

Namespace : DevExpress.XtraCharts.Designer

Assembly : DevExpress.XtraCharts.v25.2.Wizard.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event PropertyDescriptorsCustomizingEventHandler PropertyDescriptorsCustomizing
vb
Public Event PropertyDescriptorsCustomizing As PropertyDescriptorsCustomizingEventHandler

Event Data

The PropertyDescriptorsCustomizing event's data class is PropertyDescriptorsCustomizingEventArgs. The following properties provide information specific to this event:

PropertyDescription
ElementReturns a chart element whose property descriptors are currently customized.
ElementModelReturns the model of a chart element whose property descriptors are currently customized.
PropertiesGets or sets the property descriptors of the chart element.

See Also

ChartDesigner Class

ChartDesigner Members

DevExpress.XtraCharts.Designer Namespace