ASP.NET 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
    public enum CopyHeader : 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