Class SerializableGridUnboundRow
Represents a class that is used to serialize and deserialize GridUnboundRow property settings.
Inheritance
System.Object
SerializableGridUnboundRow
Namespace: Syncfusion.UI.Xaml.DataGrid.Serialization
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class SerializableGridUnboundRow : Object
Constructors
SerializableGridUnboundRow()
Declaration
public SerializableGridUnboundRow()
Properties
Position
Gets or sets a value that indicates whether the SerializableGridUnBoundRow is positioned at either top or bottom of SfDataGrid.
Declaration
public UnboundRowsPosition Position { get; set; }
Property Value
Type |
---|
UnboundRowsPosition |
RowIndex
Gets the row index of the UnBouSerializableGridUnBoundRowndRow.
Declaration
public int RowIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
ShowBelowSummary
Gets or sets a value that indicates whether the SerializableGridUnBoundRow should be displayed above or below of the SerializableTableGridSummaryRows.
Declaration
public bool ShowBelowSummary { get; set; }
Property Value
Type |
---|
System.Boolean |
UnboundRowIndex
Gets the index of UnboundRow from the SerializableGridUnboundRows collection.
Declaration
public int UnboundRowIndex { get; set; }
Property Value
Type |
---|
System.Int32 |