Class CloneableAttribute
Represents a class that checks whether the attribute is cloneable.
Inheritance
System.Object
CloneableAttribute
Namespace: Syncfusion.WinForms.DataGrid
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class CloneableAttribute : Attribute
Constructors
CloneableAttribute(Boolean)
Initializes a new instance of the CloneableAttribute class.
Declaration
public CloneableAttribute(bool isCloneable)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isCloneable | Whether the attribute is cloneable or not. |
Properties
IsCloneable
Gets a value indicating whether it is a cloneable attribute or not.
Declaration
public bool IsCloneable { get; }
Property Value
| Type |
|---|
| System.Boolean |