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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Grid 名前空間 : DetailVisibilityMode 列挙体
Specifies when and how the row details are displayed.
シンタックス
'宣言
 
Public Enum DetailVisibilityMode 
   Inherits System.Enum
public enum DetailVisibilityMode : System.Enum 
メンバ
メンバ解説
CodeDetails are shown or hidden in code, using the showDetail and hideDetail methods.
ExpandMultiDetails are shown or hidden using buttons added to the row headers. Multiple rows may be expanded at a time.
ExpandSingleDetails are shown or hidden using buttons added to the row headers. Only one row may be expanded at a time.
SelectionDetails are shown for the row that is currently selected.
継承階層

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

参照

C1.Web.Mvc.Grid 名前空間