ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.TransposedGrid Namespace / TransposedGridRowBase Class / CollapseTo Property

In This Topic
    CollapseTo Property (TransposedGridRowBase)
    In This Topic
    Gets or sets the binding of the child column that should remain visible when the group is collapsed.
    Syntax
    'Declaration
     
    
    Public Property CollapseTo As String
    public string CollapseTo {get; set;}
    See Also