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

PropertyGridTabAttribute.Tab Property

Specifies the Property Grid tab that accommodates the target property.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public virtual string Tab { get; set; }

Property Value

Type Description
String

The tab’s name.

See Also