Enum UnBoundRowsPosition
Defines the constants that specify whether the Unbound Row positioned at top or bottom of body region in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum UnBoundRowsPosition
Fields
| Name | Description |
|---|---|
| Bottom | Specifies that Unbound Row will be placed at bottom of the body region. |
| None | No Unbound Row will be placed. |
| Top | Specifies that Unbound Row will be placed at top of the body region. |