aspnet-devexpress-dot-web-dot-aspxpivotgrid-95804c24.md
Provides a means to localize the ASPxPivotGrid‘s UI elements at runtime.
Namespace : DevExpress.Web.ASPxPivotGrid
Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxPivotGridResLocalizer :
ASPxResLocalizerBase<PivotGridStringId>
Public Class ASPxPivotGridResLocalizer
Inherits ASPxResLocalizerBase(Of PivotGridStringId)
Use the ASPxPivotGridResLocalizer class to access resource string values and override them at runtime.
You can use the PivotGridLocalizer class to localize ASPxPivotGrid at runtime. This class provides the same functionality, but always contains default (en) culture resource string values.
For more information, refer to the following topic: Localizer Objects.
Object XtraLocalizer XtraLocalizer<PivotGridStringId> DevExpress.Utils.Localization.XtraResXLocalizer<PivotGridStringId> ASPxResLocalizerBase<PivotGridStringId> ASPxPivotGridResLocalizer
See Also