WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableSummaryCell - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTableSummaryCell

    Inheritance
    System.Object
    GridElement
    GridCell
    GridTableSummaryCell
    Implements
    System.IDisposable
    Inherited Members
    GridCell.ErrorMessageProperty
    GridCell.CurrentCellBorderVisibilityProperty
    GridCell.CurrentCellBorderThicknessProperty
    GridCell.CurrentCellBorderBrushProperty
    GridCell.SelectionBorderVisibilityProperty
    GridCell.CellSelectionBrushProperty
    GridCell.SelectionForegroundBrushProperty
    GridCell.UseDrawingProperty
    GridCell.ShowContextMenu()
    GridCell.ApplyValidationVisualState(Boolean)
    GridCell.OnDataColumnPropertyChanged(String)
    GridCell.OnColumnChanged()
    GridCell.ApplyGridCellVisualStates(String, Boolean)
    GridCell.OnMouseDown(MouseButtonEventArgs)
    GridCell.OnMouseEnter(MouseEventArgs)
    GridCell.OnMouseMove(MouseEventArgs)
    GridCell.OnPreviewMouseWheel(MouseWheelEventArgs)
    GridCell.Dispose(Boolean)
    GridCell.Dispose()
    GridCell.ColumnBase
    GridCell.HasError
    GridCell.CurrentCellBorderVisibility
    GridCell.ErrorMessage
    GridCell.CurrentCellBorderThickness
    GridCell.CurrentCellBorderBrush
    GridCell.SelectionBorderVisibility
    GridCell.CellSelectionBrush
    GridCell.SelectionForegroundBrush
    GridCell.UseDrawing
    GridElement.AnimationOpacityProperty
    GridElement.AnimationOpacity
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public class GridTableSummaryCell : GridCell, IDisposable

    Constructors

    GridTableSummaryCell()

    Declaration
    public GridTableSummaryCell()

    Methods

    CanSelectCurrentCell()

    Declaration
    protected override bool CanSelectCurrentCell()
    Returns
    Type Description
    System.Boolean
    Overrides
    GridCell.CanSelectCurrentCell()

    OnApplyTemplate()

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

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer
    Overrides
    GridCell.OnCreateAutomationPeer()

    OnMouseDoubleClick(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseDoubleClick(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnMouseDoubleClick(MouseButtonEventArgs)

    OnMouseUp(MouseButtonEventArgs)

    Declaration
    protected override void OnMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnMouseUp(MouseButtonEventArgs)

    OnPreviewMouseDown(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnPreviewMouseDown(MouseButtonEventArgs)

    OnPreviewMouseUp(MouseButtonEventArgs)

    Declaration
    protected override void OnPreviewMouseUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e
    Overrides
    GridCell.OnPreviewMouseUp(MouseButtonEventArgs)

    Implements

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