ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / DetailVisibilityMode Enumeration

In This Topic
    DetailVisibilityMode Enumeration
    In This Topic
    Specifies when and how the row details are displayed.
    Syntax
    'Declaration
     
    
    Public Enum DetailVisibilityMode 
       Inherits System.Enum
    public enum DetailVisibilityMode : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also