Class UnboundRows
Represents the collection of UnboundRow which used to display additional rows which are not bound to data source in SfDataGrid.
Inheritance
System.Object
UnboundRows
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class UnboundRows : ObservableCollection<GridUnboundRow>
Constructors
UnboundRows()
Declaration
public UnboundRows()
Properties
BottomBodyUnboundRowCount
Gets or sets the BottomBodyUnboundRowCount of the UnboundRows. The default value is 0.
Declaration
public int BottomBodyUnboundRowCount { get; set; }
Property Value
Type |
---|
System.Int32 |
FooterUnboundRowCount
Gets or sets the FooterUnboundRowCount of the UnboundRows. The default value is 0.
Declaration
public int FooterUnboundRowCount { get; set; }
Property Value
Type |
---|
System.Int32 |
FrozenUnboundRowCount
Gets or sets the FrozenUnbound Row Count of the UnboundRows. The default value is 0.
Declaration
public int FrozenUnboundRowCount { get; set; }
Property Value
Type |
---|
System.Int32 |
TopBodyUnboundRowCount
Gets or sets the TopBodyUnboundRowCount of the UnboundRows. The default value is 0.
Declaration
public int TopBodyUnboundRowCount { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Occurs when the GridUnboundRow's collection is changed.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Specialized.NotifyCollectionChangedEventArgs | e | The System.Collections.Specialized.NotifyCollectionChangedEventArgs. |