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.WPF.dll
Syntax
public class GridGroupSummaryCell : GridCell, IDisposable
Constructors
GridGroupSummaryCell()
Initializes a new instance of GridGroupSummaryCell class.
Declaration
public GridGroupSummaryCell()
Methods
OnApplyTemplate()
Declaration
public 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 |
---|---|
System.Windows.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |
Overrides
Implements
System.IDisposable