ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / CopyHeader Enumeration






In This Topic
    CopyHeader Enumeration
    In This Topic
    Specifies constants that define copied header cells when copying the content to the clipboard.
    Syntax
    'Declaration
     
    
    Public Enum CopyHeader 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CopyHeader
    public enum CopyHeader : System.Enum 
    public enum CopyHeader = class(System.Enum)
    public enum CopyHeader extends System.Enum
    __value public enum CopyHeader : public System.Enum 
    public enum class CopyHeader : public System.Enum 
    Members
    MemberDescription
    AllCopy both column and row
    ColumnCopy header column.
    NoneNothing copy.
    RowCopy header row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Grid.CopyHeader

    See Also