alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved