WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableSummaryCell

    Show / Hide Table of Contents

    Class GridTableSummaryCell

    Represents a class that provides common functionalities for TableSummaryCells in SfDataGrid.

    Inheritance
    System.Object
    GridCell
    GridTableSummaryCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.ErrorMessageProperty
    GridCell.SelectionForegroundProperty
    GridCell.ShowContextFlyout(Point)
    GridCell.ApplyValidationVisualState(Boolean)
    GridCell.OnDataColumnPropertyChanged(String)
    GridCell.OnColumnChanged()
    GridCell.ApplyGridCellVisualStates(String, Boolean)
    GridCell.OnPointerEntered(PointerRoutedEventArgs)
    GridCell.OnPointerMoved(PointerRoutedEventArgs)
    GridCell.OnHolding(HoldingRoutedEventArgs)
    GridCell.OnRightTapped(RightTappedRoutedEventArgs)
    GridCell.Dispose(Boolean)
    GridCell.Dispose()
    GridCell.ColumnBase
    GridCell.HasError
    GridCell.ErrorMessage
    GridCell.SelectionForeground
    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
    GridCell.CanSelectCurrentCell()

    OnApplyTemplate()

    Invoked to apply template for GridHeaderIndentCell.

    Declaration
    protected override void OnApplyTemplate()
    Overrides
    GridCell.OnApplyTemplate()

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

    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
    GridCell.OnDoubleTapped(DoubleTappedRoutedEventArgs)

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

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

    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
    GridCell.OnTapped(TappedRoutedEventArgs)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved