Class GridCaptionSummaryCell
Represents a class that provides the common functionalities of Caption Summary cells in SfDataGrid.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class GridCaptionSummaryCell : GridCell, IDisposable
Constructors
GridCaptionSummaryCell()
Initializes a new instance of GridCaptionSummaryCell class.
Declaration
public GridCaptionSummaryCell()
Methods
OnApplyTemplate()
Invoked to apply template for the GridCaptionSummaryCell.
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