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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Property Value
Type | Description |
---|---|
Attribute[] | An array of Attribute objects. |
See Also