Class GridTableSummaryCell
Represents a class that provides common functionalities for TableSummaryCells in SfDataGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class GridTableSummaryCell : GridCell, IDisposable
Constructors
GridTableSummaryCell()
Initializes a new instance of GridTableSummaryCell class.
Declaration
public GridTableSummaryCell()
Methods
CanSelectCurrentCell()
Indicates whether the Current Cell can be selected or not.
Declaration
protected override bool CanSelectCurrentCell()
Returns
Type | Description |
---|---|
System.Boolean | true if the current cell can be selected; Otherwise false. |
Overrides
OnApplyTemplate()
Invoked to apply template for GridHeaderIndentCell.
Declaration
protected override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrcutre.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | The class-specific AutomationPeer subclass. |
Overrides
OnDoubleTapped(DoubleTappedRoutedEventArgs)
Called before the Double tapped event occurs.
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.DoubleTappedRoutedEventArgs | e |
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
OnPointerReleased(PointerRoutedEventArgs)
Called before the Pointer released event occurs.
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs | e |
Overrides
OnTapped(TappedRoutedEventArgs)
Called before the Tapped event occurs.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.TappedRoutedEventArgs | e |
Overrides
Implements
System.IDisposable