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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : HeadersVisibility 列挙体
Specifies constants that specify the visibility of row and column headers.
シンタックス
'宣言
 
Public Enum HeadersVisibility 
   Inherits System.Enum
public enum HeadersVisibility : System.Enum 
メンバ
メンバ解説
AllBoth column and row header cells are displayed.
ColumnOnly column header cells are displayed.
NoneNo header cells are displayed.
RowOnly row header cells are displayed.
継承階層

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

参照

C1.Web.Mvc.Grid 名前空間