Skip to main content

PropertyDescriptorsCustomizingEventArgs.Properties Property

Gets or sets the property descriptors of the chart element.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public PropertyDescriptorCollection Properties { get; set; }

Property Value

Type Description
PropertyDescriptorCollection

The collection of System.ComponentModel.PropertyDescriptor objects.

See Also