Skip to main content

CustomPropertyDescriptorsEventArgs.Attributes Property

Gets an array of the default browsable attributes used by the Property Grid Control to retrieve properties from the selected object(s).

Namespace: DevExpress.XtraVerticalGrid.Events

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public Attribute[] Attributes { get; }

Property Value

Type Description
Attribute[]

An array of Attribute objects.

See Also