ASP.NET Core MVC コントロールヘルプ
CopyHeader 列挙体

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : CopyHeader 列挙体
Specifies constants that define copied header cells when copying the content to the clipboard.
シンタックス
'宣言
 
Public Enum CopyHeader 
   Inherits System.Enum
public enum CopyHeader : System.Enum 
メンバ
メンバ解説
AllCopy both column and row
ColumnCopy header column.
NoneNothing copy.
RowCopy header row.
継承階層

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

参照

C1.Web.Mvc.Grid 名前空間