Class TableSummaryRowControl
Represents the class that provides the common functionalities of table summary rows.
Implements
System.IDisposable
Inherited Members
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
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
OnApplyTemplate()
Invoked to apply template for Table Summary rows.
Declaration
protected override void OnApplyTemplate()
Overrides
Implements
System.IDisposable