'Declaration Public Enum DetailVisibilityMode Inherits System.Enum
public enum DetailVisibilityMode : System.Enum
'Declaration Public Enum DetailVisibilityMode Inherits System.Enum
public enum DetailVisibilityMode : System.Enum
Member | Description |
---|---|
Code | Details are shown or hidden in code, using the showDetail and hideDetail methods. |
ExpandMulti | Details are shown or hidden using buttons added to the row headers. Multiple rows may be expanded at a time. |
ExpandSingle | Details are shown or hidden using buttons added to the row headers. Only one row may be expanded at a time. |
Selection | Details are shown for the row that is currently selected. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Grid.DetailVisibilityMode