Class TableSummaryRowControl
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class TableSummaryRowControl : VirtualizingCellsControl
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
OnApplyTemplate()
Invoked to apply template for Table Summary rows.
Declaration
protected override void OnApplyTemplate()