Version

EnableSummariesFilter Property (SummaryRow)

If the property is set to True then summaries will calculate based on the data that has not been filtered out by the filtering conditions applied through the grid's Filtering behavior. If the property is set to False then the summaries will be calculated on the whole data no matter if it is filtered out or not.
Syntax
'Declaration
 
Public Property EnableSummariesFilter As Boolean
public bool EnableSummariesFilter {get; set;}
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