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

PropertyGridTabAttribute(ReportStringId) Constructor

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public PropertyGridTabAttribute(
    ReportStringId id
)

Parameters

Name Type Description
id ReportStringId

The name of a predefined Property Grid tab.

Remarks

Pass one of the following localization string IDs that specify predefined Property Grid tabs:

  • DevExpress.XtraReports.Localization.ReportStringId.UD_PropertyGrid_TabAppearance
  • DevExpress.XtraReports.Localization.ReportStringId.UD_PropertyGrid_TabBehavior
  • DevExpress.XtraReports.Localization.ReportStringId.UD_PropertyGrid_TabData
  • DevExpress.XtraReports.Localization.ReportStringId.UD_PropertyGrid_TabMiscellaneous
See Also