ClassUIComponentAttribute
Class
Definition
Namespace:Telerik.Product
Assembly:Telerik.Licensing.Runtime.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.All, AllowMultiple = false)]
public sealed class UIComponentAttribute : Attribute
Inheritance: objectAttributeUIComponentAttribute
Constructors
UIComponentAttribute(string?)
Declaration
cs-api-definition
public UIComponentAttribute(string? canonicalName = null)
Parameters
canonicalName
string
Properties
CanonicalName
Declaration
cs-api-definition
public string? CanonicalName { get; }
Property Value
string