Class UnBoundRows
Represents the collection of GridUnBoundRow which used to display additional rows which are not bound to data source in SfDataGrid.
Inheritance
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class UnBoundRows : ObservableCollection<GridUnBoundRow>
Constructors
UnBoundRows()
Declaration
public UnBoundRows()
Properties
BottomBodyUnboundRowCount
Gets or sets BottomBodyUnboundRowCount.
Declaration
public int BottomBodyUnboundRowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer that specifies the count of the bottom body unbound rows. The default value is 0. |
FooterUnboundRowCount
Gets or sets the FooterUnboundRowCount.
Declaration
public int FooterUnboundRowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer that specifies the count of the Footer unbound rows. The default value is 0. |
FrozenUnboundRowCount
Gets or sets the Count of the FrozenUnboundRowCount.
Declaration
public int FrozenUnboundRowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer that specifies the count of the frozen unbound rows. The default value is 0. |
TopBodyUnboundRowCount
Gets or sets the TopBodyUnboundRowCount.
Declaration
public int TopBodyUnboundRowCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | An integer that specifies the count of the top body unbound rows. The default value is 0. |
Methods
OnCollectionChanged(NotifyCollectionChangedEventArgs)
Occurs when the collection of unbound rows changed.
Declaration
protected override void OnCollectionChanged(NotifyCollectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Specialized.NotifyCollectionChangedEventArgs | e | The System.Collections.Specialized.NotifyCollectionChangedEventArgs that contains event data. |