Class AttributeHolderAttribute
Defines the holder of attributes which can raise events when its changing.
Inheritance
System.Object
AttributeHolderAttribute
Namespace: Syncfusion.Windows.Forms.HTMLUI
Assembly: Syncfusion.HTMLUI.Windows.dll
Syntax
public sealed class AttributeHolderAttribute : Attribute
Constructors
AttributeHolderAttribute(Type)
Initializes a new instance of the AttributeHolderAttribute class
Declaration
public AttributeHolderAttribute(Type typeName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | typeName | Type of the holder of attributes. |
Properties
TypeName
Gets the type of attribute holder.
Declaration
public string TypeName { get; }
Property Value
| Type |
|---|
| System.String |