Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

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.2.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