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
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class UnBoundRows : ObservableCollection<GridUnBoundRow>
Constructors
UnBoundRows()
Declaration
Properties
BottomBodyUnboundRowCount
Declaration
public int BottomBodyUnboundRowCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int FooterUnboundRowCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FrozenUnboundRowCount
Declaration
public int FrozenUnboundRowCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TopBodyUnboundRowCount
Declaration
public int TopBodyUnboundRowCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type |
Name |
Description |
System.Collections.Specialized.NotifyCollectionChangedEventArgs |
e |
|