Class SRCategoryAttribute
Specifies the name of the category in which to group the property or event in SR.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class SRCategoryAttribute : CategoryAttribute
Constructors
SRCategoryAttribute(String)
Initializes a new instance of the SRCategory
Declaration
public SRCategoryAttribute(string category)
Parameters
System. The name of the category. |
Methods
GetLocalizedString(String)
Looks up the localized name of the specified category.
Declaration
protected override string GetLocalizedString(string value)
Parameters
System. The identifier for the category to look up. |
Returns
System. The localized name of the category, or null if a localized name does not exist. |