C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Grid Namespace / GroupSummaryPosition Enumeration

GroupSummaryPosition Enumeration
Specifies the positions of GroupSummary row.
Syntax
'Declaration
 
Public Enum GroupSummaryPosition 
   Inherits System.Enum
 
Members
MemberDescription
AutoGroup Summary Row is displayed at the bottom of the group when Group is in expanded State, but when Group is collapsed, Group summary is displayed at top.
BottomGroup Summary Row is always displayed at the bottom of the group.
TopGroup Summary Row is displayed at Top.
Inheritance Hierarchy

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

See Also