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:
C#
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public sealed class TelerikToolboxCategoryAttribute : Attribute
Inheritance: objectAttributeTelerikToolboxCategoryAttribute
Inherited Members
Constructors
Initializes a new instance of the TelerikToolboxCategoryAttribute class with the specified title.
C#
public TelerikToolboxCategoryAttribute(string categoryTitle)
The title of the category where the control will be placed.
Properties
The title of the category where the control will be placed.
C#
public string CategoryTitle { get; }