PropertyGridTabAttribute Class
In This Article
Specifies the Properties window’s tab where a property should be displayed.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.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 Properties Window 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.
See Also