menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupSummaryCell - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupSummaryCell

    Represents a class that provides the common functionalities of Group summary cells in SfDataGrid.

    Inheritance
    System.Object
    GridCell
    GridGroupSummaryCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.ApplyGridCellVisualStates(String, Boolean)
    GridCell.ApplyValidationVisualState(Boolean)
    GridCell.CanSelectCurrentCell()
    GridCell.CellSelectionBrush
    GridCell.CellSelectionBrushProperty
    GridCell.ColumnBase
    GridCell.CurrentCellBorderBrush
    GridCell.CurrentCellBorderBrushProperty
    GridCell.CurrentCellBorderThickness
    GridCell.CurrentCellBorderThicknessProperty
    GridCell.CurrentCellBorderVisibility
    GridCell.CurrentCellBorderVisibilityProperty
    GridCell.Dispose()
    GridCell.Dispose(Boolean)
    GridCell.ErrorMessage
    GridCell.ErrorMessageProperty
    GridCell.HasError
    GridCell.OnColumnChanged()
    GridCell.OnDataColumnPropertyChanged(String)
    GridCell.OnDoubleTapped(DoubleTappedRoutedEventArgs)
    GridCell.OnHolding(HoldingRoutedEventArgs)
    GridCell.OnPointerEntered(PointerRoutedEventArgs)
    GridCell.OnPointerMoved(PointerRoutedEventArgs)
    GridCell.OnPointerReleased(PointerRoutedEventArgs)
    GridCell.OnRightTapped(RightTappedRoutedEventArgs)
    GridCell.OnTapped(TappedRoutedEventArgs)
    GridCell.SelectionBorderVisibility
    GridCell.SelectionBorderVisibilityProperty
    GridCell.SelectionForegroundBrush
    GridCell.SelectionForegroundBrushProperty
    GridCell.ShowContextMenu(Point)
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.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
    GridCell.OnApplyTemplate()

    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
    GridCell.OnPointerPressed(PointerRoutedEventArgs)

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved