ASP.NET MVC Controls
DetailVisibilityMode Enumeration

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Web.Mvc.Grid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback