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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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