Class SerializableGridUnBoundRow
Represents a class that is used to serialize and deserialize GridUnBoundRow property settings.
Inheritance
System.Object
SerializableGridUnBoundRow
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class SerializableGridUnBoundRow
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 | Description |
---|---|
UnBoundRowsPosition |
RowIndex
Gets the row index of the UnBouSerializableGridUnBoundRowndRow.
Declaration
public int RowIndex { get; set; }
Property Value
Type | Description |
---|---|
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 | Description |
---|---|
System.Boolean |
UnBoundRowIndex
Gets the index of UnBoundRow from the SerializableGridUnBoundRows collection.
Declaration
public int UnBoundRowIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |