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

PropertyGridTabAttribute(String) Constructor

Creates an instance of the PropertyGridTab attribute that places the target complex property in the specified tab.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public PropertyGridTabAttribute(
    string tabName
)

Parameters

Name Type Description
tabName String

The name of the Property Grid tab.

Remarks

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

See Also