WPF

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

    Show / Hide Table of Contents

    Class GridGroupSummaryCell

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

    Inheritance
    System.Object
    GridElement
    GridCell
    GridGroupSummaryCell
    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.OnPreviewMouseDown(MouseButtonEventArgs)
    GridCell.OnMouseDown(MouseButtonEventArgs)
    GridCell.OnPreviewMouseUp(MouseButtonEventArgs)
    GridCell.OnMouseUp(MouseButtonEventArgs)
    GridCell.OnMouseDoubleClick(MouseButtonEventArgs)
    GridCell.OnMouseEnter(MouseEventArgs)
    GridCell.OnMouseMove(MouseEventArgs)
    GridCell.OnPreviewMouseWheel(MouseWheelEventArgs)
    GridCell.CanSelectCurrentCell()
    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
    public class GridGroupSummaryCell : GridCell, IDisposable

    Constructors

    GridGroupSummaryCell()

    Initializes a new instance of GridGroupSummaryCell class.

    Declaration
    public GridGroupSummaryCell()

    Methods

    OnApplyTemplate()

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

    OnCreateAutomationPeer()

    Returns a class-specific AutomationPeer Implementations for the Microsoft UI Automation infrastrucutre.

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

    The class-specific AutomationPeer subclass.

    Overrides
    GridCell.OnCreateAutomationPeer()

    Implements

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