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

PropertyGridTabAttribute(String, Boolean) Constructor

Creates an instance of the PropertyGridTab attribute that places the target complex property in a specified tab, displaying/hiding the property’s root node.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public PropertyGridTabAttribute(
    string tabName,
    bool showRootProperty
)

Parameters

Name Type Description
tabName String

The name of the Property Grid tab.

showRootProperty Boolean

true, if the target complex property’s root node is displayed, otherwise false.

Remarks

If you pass a new name, a tab with this name is created and accommodates the target property.

The value passed as the showRooProperty parameter specifies the attributes’s ShowRootProperty property.

See Also