Class DataGridUnboundRowPosition
Gets or sets the value that indicates whether the unbound
Inheritance
System.Object
DataGridUnboundRowPosition
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public sealed class DataGridUnboundRowPosition : Enum
Fields
Bottom
Specifies that unbound row that will be placed at bottom of the body region and is scrollable.
Declaration
public const DataGridUnboundRowPosition Bottom
Field Value
FixedBottom
Specifies that unbound row that will be placed in the footer region and it’s frozen in the view
Declaration
public const DataGridUnboundRowPosition FixedBottom
Field Value
FixedTop
Specifies that unbound row that will be placed in the header region and it’s frozen in the view.
Declaration
public const DataGridUnboundRowPosition FixedTop
Field Value
None
No Unbound Row will be placed.
Declaration
public const DataGridUnboundRowPosition None
Field Value
Top
Specifies that unbound row that will be placed at top of the body region and is scrollable.
Declaration
public const DataGridUnboundRowPosition Top