ClassTelerikToolboxCategoryAttribute
Class
This attribute should be used on classes which will be present in the Visual Studio toolbox.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class TelerikToolboxCategoryAttribute : Attribute
Inheritance: objectAttributeTelerikToolboxCategoryAttribute
Inherited Members
Constructors
TelerikToolboxCategoryAttribute(string)
Initializes a new instance of the TelerikToolboxCategoryAttribute class with the specified title.
Declaration
cs-api-definition
public TelerikToolboxCategoryAttribute(string categoryTitle)
Parameters
categoryTitle
The title of the category where the control will be placed.
Properties
CategoryTitle
The title of the category where the control will be placed.