Class CloneableAttribute
Inheritance
System.Object
CloneableAttribute
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class CloneableAttribute : Attribute
Constructors
CloneableAttribute(Boolean)
Declaration
public CloneableAttribute(bool isCloneable)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isCloneable |
Properties
IsCloneable
Declaration
public bool IsCloneable { get; }
Property Value
Type |
---|
System.Boolean |