Interface ITreeTableSummary
Interface definition for a summary object.
Namespace: Syncfusion.WinForms.GridCommon.Collections
Assembly: Syncfusion.GridCommon.WinForms.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 |