Back to Devexpress

PropertyDescriptorsCustomizingEventArgs Class

windowsforms-devexpress-dot-xtracharts-dot-designer-e52fab35.md

latest1.7 KB
Original Source

PropertyDescriptorsCustomizingEventArgs Class

Provides data for the ChartDesigner.PropertyDescriptorsCustomizing event.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public class PropertyDescriptorsCustomizingEventArgs :
    EventArgs
vb
Public Class PropertyDescriptorsCustomizingEventArgs
    Inherits EventArgs

PropertyDescriptorsCustomizingEventArgs is the data class for the following events:

Remarks

An instance of the PropertyDescriptorsCustomizingEventArgs class with appropriate settings is automatically created and passed to the corresponding event’s handler.

Inheritance

Object EventArgs PropertyDescriptorsCustomizingEventArgs

See Also

PropertyDescriptorsCustomizingEventArgs Members

DevExpress.XtraCharts.Designer Namespace