Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public Attribute[] Attributes { get; }

Property Value

Type Description
Attribute[]

An array of Attribute objects.

See Also