Version

WebDataGridSummaryRowRoles Enumeration

Roles supported by the summary row behavior of the grid.
Syntax
'Declaration
 
Public Enum WebDataGridSummaryRowRoles 
   Inherits System.Enum
public enum WebDataGridSummaryRowRoles : System.Enum 
Members
MemberDescription
CountNumber of roles supported by the summary row behavior.
SummaryThe summary role defines appearance of each single summary.
SummaryButtonThe summary button role defines appearance of the button in the header.
SummaryDropDownThe summary drop down role defines appearance of the the drop down to choose summaries.
SummaryDropDownItemThe summary drop down item role defines appearance of the the drop down items.
SummaryRowThe summary row role defines appearance of each separate row in the summaries area.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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