Enum TableSummaryRowPosition
Defines the constants that specify whether the TableSummaryRow is positioned at either top or bottom of SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum TableSummaryRowPosition
Fields
| Name | Description |
|---|---|
| Bottom | Specifies the TableSummaryRow is positioned at bottom. |
| Top | Specifies the TableSummaryRow is positioned at top. |