Back to Devexpress

CustomPropertyDescriptorsEventArgs.Attributes Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-custompropertydescriptorseventargs-186a71e2.md

latest1.6 KB
Original Source

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

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

Declaration

csharp
public Attribute[] Attributes { get; }
vb
Public ReadOnly Property Attributes As Attribute()

Property Value

TypeDescription
Attribute[]

An array of Attribute objects.

|

See Also

BrowsableAttributes

CustomPropertyDescriptorsEventArgs Class

CustomPropertyDescriptorsEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace