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.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
tabName | String | The name of the Properties window 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