Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PropertyGridTabAttribute Class

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.

#Inheritance

Object
Attribute
PropertyGridTabAttribute
See Also