Class SerializableGridUnBoundRow
Represents a class that is used to serialize and deserialize GridUnBoundRow property settings.
Inheritance
System.Object
SerializableGridUnBoundRow
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.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 |