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.DataGrid
Assembly: Syncfusion.Grid.WinUI.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
OnCreateAutomationPeer()
Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrucutre.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |
Overrides
OnPointerPressed(PointerRoutedEventArgs)
Called before the Pointer pressed event occurs.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs | e |
Overrides
Implements
System.IDisposable