menu

WPF

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

    Show / Hide Table of Contents

    Class TableSummaryRowControl

    Inheritance
    System.Object
    GridElement
    VirtualizingCellsControl
    TableSummaryRowControl
    Implements
    System.IDisposable
    Inherited Members
    GridElement.AnimationOpacity
    GridElement.AnimationOpacityProperty
    VirtualizingCellsControl.CurrentFocusBorderMargin
    VirtualizingCellsControl.CurrentFocusBorderMarginProperty
    VirtualizingCellsControl.CurrentFocusRowVisibility
    VirtualizingCellsControl.CurrentFocusRowVisibilityProperty
    VirtualizingCellsControl.Dispose()
    VirtualizingCellsControl.GroupRowSelectionBrush
    VirtualizingCellsControl.GroupRowSelectionBrushProperty
    VirtualizingCellsControl.HighlightBorderClipRect
    VirtualizingCellsControl.HighlightBorderClipRectProperty
    VirtualizingCellsControl.HighlightSelectionBorderVisiblity
    VirtualizingCellsControl.HighlightSelectionBorderVisiblityProperty
    VirtualizingCellsControl.OnCreateAutomationPeer()
    VirtualizingCellsControl.OnCreateScrollAnimation()
    VirtualizingCellsControl.OnLoaded(Object, RoutedEventArgs)
    VirtualizingCellsControl.OnMouseEnter(MouseEventArgs)
    VirtualizingCellsControl.OnMouseLeave(MouseEventArgs)
    VirtualizingCellsControl.OnSizeChanged(Object, SizeChangedEventArgs)
    VirtualizingCellsControl.RowBackgroundClip
    VirtualizingCellsControl.RowBackgroundClipProperty
    VirtualizingCellsControl.RowBorderState
    VirtualizingCellsControl.RowHighlightBorderThickness
    VirtualizingCellsControl.RowHighlightBorderThicknessProperty
    VirtualizingCellsControl.RowHoverBackgroundBrush
    VirtualizingCellsControl.RowHoverBackgroundBrushProperty
    VirtualizingCellsControl.RowHoverForeground
    VirtualizingCellsControl.RowHoverForegroundProperty
    VirtualizingCellsControl.RowSelectionBrush
    VirtualizingCellsControl.RowSelectionBrushProperty
    VirtualizingCellsControl.ScrollAnimation
    VirtualizingCellsControl.SelectionBorderClipRect
    VirtualizingCellsControl.SelectionBorderClipRectProperty
    VirtualizingCellsControl.SelectionBorderVisiblity
    VirtualizingCellsControl.SelectionBorderVisiblityProperty
    VirtualizingCellsControl.SelectionForegroundBrush
    VirtualizingCellsControl.SelectionForegroundBrushProperty
    VirtualizingCellsControl.SetContent()
    VirtualizingCellsControl.UnwireEvents()
    VirtualizingCellsControl.WireEvents()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class TableSummaryRowControl : VirtualizingCellsControl, IDisposable

    Constructors

    TableSummaryRowControl()

    Initializes a new instance of TableSummaryRowControl

    Declaration
    public TableSummaryRowControl()

    Methods

    ApplyFixedRowVisualState(Boolean)

    Invoked to apply visual states for Rows.

    Declaration
    protected override void ApplyFixedRowVisualState(bool canApplyDefaultState = true)
    Parameters
    Type Name Description
    System.Boolean canApplyDefaultState

    Indicates whether the default state can be used or not.

    Overrides
    VirtualizingCellsControl.ApplyFixedRowVisualState(Boolean)

    Dispose(Boolean)

    Disposes all the resources used by the TableSummaryRowControl class.

    Declaration
    protected override void Dispose(bool isDisposing)
    Parameters
    Type Name Description
    System.Boolean isDisposing

    Indicates whether the call is from Dispose method or from a finalizer.

    Overrides
    VirtualizingCellsControl.Dispose(Boolean)

    OnApplyTemplate()

    Invoked to apply template for Table Summary rows.

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

    Implements

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