Back to Devexpress

PropertyDescriptorsCustomizingEventArgs.Properties Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-propertydescriptorscustomizingeventargs-1ea318d5.md

latest1.4 KB
Original Source

PropertyDescriptorsCustomizingEventArgs.Properties Property

Gets or sets the property descriptors of the chart element.

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public PropertyDescriptorCollection Properties { get; set; }
vb
Public Property Properties As PropertyDescriptorCollection

Property Value

TypeDescription
PropertyDescriptorCollection

The collection of System.ComponentModel.PropertyDescriptor objects.

|

See Also

PropertyDescriptorsCustomizingEventArgs Class

PropertyDescriptorsCustomizingEventArgs Members

DevExpress.XtraCharts.Designer Namespace