Class CloneableAttribute
Class represents Clone Attribute
Inheritance
System.Object
    CloneableAttribute
  Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public 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 | boolean parameter  | 
      
Properties
IsCloneable
Gets a value indicating whether Is Clone Value
Declaration
public bool IsCloneable { get; }
  Property Value
| Type | 
|---|
| System.Boolean |