Class GridTableSummaryCell
Represents a class that provides common functionalities for TableSummaryCells in SfDataGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.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
OnDoubleTapped(DoubleTappedRoutedEventArgs)
Called before the Double tapped event occurs.
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.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 |
---|---|---|
Windows.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 |
---|---|---|
Windows.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 |
---|---|---|
Windows.UI.Xaml.Input.TappedRoutedEventArgs | e |
Overrides
Implements
System.IDisposable