Class UnboundRowsPosition
Defines the constants that specify whether the Unbound Row positioned at top or bottom of body region in SfDataGrid.
Inheritance
System.Object
UnboundRowsPosition
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public sealed class UnboundRowsPosition : Enum
Fields
Bottom
Specifies that Unbound Row will be placed at bottom of the body region.
Declaration
public const UnboundRowsPosition Bottom
Field Value
Type |
---|
UnboundRowsPosition |
None
No Unbound Row will be placed.
Declaration
public const UnboundRowsPosition None
Field Value
Type |
---|
UnboundRowsPosition |
Top
Specifies that Unbound Row will be placed at top of the body region.
Declaration
public const UnboundRowsPosition Top
Field Value
Type |
---|
UnboundRowsPosition |