ClassSRCategoryAttribute
Class
Specifies the name of the category in which to group the property or event in SR.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.All)]
public sealed class SRCategoryAttribute : CategoryAttribute
Inheritance: objectAttributeCategoryAttributeSRCategoryAttribute
Inherited Members
Constructors
SRCategoryAttribute(string)
Initializes a new instance of the SRCategoryAttribute class.
Declaration
cs-api-definition
public SRCategoryAttribute(string category)
Parameters
category
The name of the category.
Methods
GetLocalizedString(string)
Looks up the localized name of the specified category.