WinUI

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

    Show / Hide Table of Contents

    Class TableSummaryRowControl

    Represents the class that provides the common functionalities of table summary rows.

    Inheritance
    System.Object
    DataGridRowControl
    TableSummaryRowControl
    Implements
    System.IDisposable
    Inherited Members
    DataGridRowControl.SelectionBorderVisibilityProperty
    DataGridRowControl.HighlightSelectionBorderVisibilityProperty
    DataGridRowControl.SelectionForegroundProperty
    DataGridRowControl.RowHoverForegroundProperty
    DataGridRowControl.SetContent()
    DataGridRowControl.OnPointerReleased(PointerRoutedEventArgs)
    DataGridRowControl.OnPointerEntered(PointerRoutedEventArgs)
    DataGridRowControl.OnPointerExited(PointerRoutedEventArgs)
    DataGridRowControl.WireEvents()
    DataGridRowControl.OnSizeChanged(Object, SizeChangedEventArgs)
    DataGridRowControl.OnLoaded(Object, RoutedEventArgs)
    DataGridRowControl.UnwireEvents()
    DataGridRowControl.Dispose()
    DataGridRowControl.OnCreateAutomationPeer()
    DataGridRowControl.SelectionBorderVisibility
    DataGridRowControl.HighlightSelectionBorderVisibility
    DataGridRowControl.SelectionForeground
    DataGridRowControl.RowHoverForeground
    DataGridRowControl.RowBorderState
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class TableSummaryRowControl : DataGridRowControl, 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
    DataGridRowControl.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
    DataGridRowControl.Dispose(Boolean)

    OnApplyTemplate()

    Invoked to apply template for Table Summary rows.

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

    Implements

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