Interface ITreeTableSummary
Interface definition for a summary object.
Namespace: Syncfusion.UI.Xaml.Grids.Collections
Assembly: Syncfusion.GridCommon.WinUI.dll
Syntax
public interface ITreeTableSummary
Methods
Combine(ITreeTableSummary)
Combines this summary information with another object's summary and returns a new object.
Declaration
ITreeTableSummary Combine(ITreeTableSummary other)
Parameters
| Type | Name | Description |
|---|---|---|
| ITreeTableSummary | other | The other. |
Returns
| Type |
|---|
| ITreeTableSummary |