Class GridGroupSummaryCell
Represents a class that provides the common functionalities of Group summary cells in SfDataGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridGroupSummaryCell : GridCell, IDisposable
Constructors
GridGroupSummaryCell()
Initializes a new instance of GridGroupSummaryCell class.
Declaration
public GridGroupSummaryCell()
Methods
OnApplyTemplate()
Invoked to apply template for GridGroupSummaryCell.
Declaration
protected override void OnApplyTemplate()
Overrides
OnPointerPressed(PointerRoutedEventArgs)
Called before the Pointer pressed event occurs.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e |
Overrides
Implements
System.IDisposable