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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : AllowMerging 列挙体
Specifies constants that define which areas of the grid support cell merging.
シンタックス
'宣言
 
Public Enum AllowMerging 
   Inherits System.Enum
public enum AllowMerging : System.Enum 
メンバ
メンバ解説
AllMerge all areas.
AllHeadersMerge column and row headers.
CellsMerge scrollable cells.
ColumnHeadersMerge column headers.
NoneNo merging.
RowHeadersMerge row headers.
継承階層

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

参照

C1.Web.Mvc.Grid 名前空間