Back to Devexpress

PropertyGridTabAttribute Class

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-93bb6775.md

latest1.9 KB
Original Source

PropertyGridTabAttribute Class

Specifies the Properties window’s tab where a property should be displayed.

Namespace : DevExpress.XtraReports.UserDesigner

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[AttributeUsage(AttributeTargets.Property)]
public class PropertyGridTabAttribute :
    Attribute
vb
<AttributeUsage(AttributeTargets.Property)>
Public Class PropertyGridTabAttribute
    Inherits 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

PropertyGridTabAttribute Members

DevExpress.XtraReports.UserDesigner Namespace