Class DataGridUnboundRow
Represents a class that defines the information of unbound row.
Inheritance
System.Object
DataGridUnboundRow
Implements
System.IDisposable
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridUnboundRow : BindableObject, IDisposable
Constructors
DataGridUnboundRow()
Declaration
public DataGridUnboundRow()
Fields
PositionProperty
Declaration
public static readonly BindableProperty PositionProperty
Field Value
Type |
---|
Microsoft.Maui.Controls.BindableProperty |
Properties
Position
Gets or sets the value that indicates whether the unbound row is displayed in top or bottom position of SfDataGrid.
Declaration
public DataGridUnboundRowPosition Position { get; set; }
Property Value
Type |
---|
DataGridUnboundRowPosition |
RowIndex
Gets the row index of the unbound row.
Declaration
public int RowIndex { get; }
Property Value
Type |
---|
System.Int32 |
UnboundRowIndex
Gets the row index of the unbound row from the UnboundRows collection.
Declaration
public int UnboundRowIndex { get; }
Property Value
Type |
---|
System.Int32 |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable