Skip to main content

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.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public PropertyGridTabAttribute(
    ReportStringId id
)

Parameters

Name Type Description
id ReportStringId

The name of a predefined Properties window tab.

Remarks

Pass one of the following localization string IDs that specify predefined Properties window 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