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

PropertyGridTabAttribute Class

Specifies the Property Grid’s tab where a property should be displayed.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[AttributeUsage(AttributeTargets.Property)]
public class PropertyGridTabAttribute :
    Attribute

Remarks

Apply the PropertyGridTab attribute to a property to specify the tab where the property should be displayed. Use the attribute’s constructor parameters to specify the target tab’s name (one of the predefined tabs or a new one) and to indicate whether to display a root node (if the property is complex). The Customize the Property Grid in the End-User Report Designer topic provides an example on how to move a property from one tab to another by applying this attribute.

Implements

Inheritance

Object
Attribute
PropertyGridTabAttribute
See Also