Class PivotGridLocalizationProvider
Represents the localization provider for RadPivotGrid.
Inheritance
System.Object
PivotGridLocalizationProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public class PivotGridLocalizationProvider : LocalizationProvider<PivotGridLocalizationProvider>
Constructors
PivotGridLocalizationProvider()
Declaration
public PivotGridLocalizationProvider()
Methods
GetLocalizedString(String)
Gets the string corresponding to the given ID.
Declaration
public override string GetLocalizedString(string id)
Parameters
System.String
id
String ID |
Returns
System.String
The string corresponding to the given ID. |
Overrides
Telerik.WinControls.Localization.LocalizationProvider<Telerik.WinControls.UI.PivotGridLocalizationProvider>.GetLocalizedString(System.String)