Class TelerikToolboxCategoryAttribute
This attribute should be used on classes which will be present in the Visual Studio toolbox.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class TelerikToolboxCategoryAttribute : Attribute
Constructors
TelerikToolboxCategoryAttribute(String)
Initializes a new instance of the TelerikToolboxCategoryAttribute class with the specified title.
Declaration
public TelerikToolboxCategoryAttribute(string categoryTitle)
Parameters
System. The title of the category where the control will be placed. |
Properties
CategoryTitle
The title of the category where the control will be placed.
Declaration
public string CategoryTitle { get; }
Property Value
System.
|