C1.Web.Mvc.Grid Namespace / CopyHeader Enumeration

CopyHeader Enumeration
Specifies constants that define copied header cells when copying the content to the clipboard.
Syntax
'Declaration
 
Public Enum CopyHeader 
   Inherits 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