Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public PropertyGridTabAttribute(
    string tabName
)

Parameters

Name Type Description
tabName String

The name of the Properties window tab.

Remarks

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

See Also