Class UnboundRowCollectionChangedEventArgs
Provides data for the UnboundRows collection changes.
Inheritance
System.Object
UnboundRowCollectionChangedEventArgs
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class UnboundRowCollectionChangedEventArgs : Object
Properties
Action
Gets the corresponding collection changed actions performed on the UnboundRowscollection.
Declaration
public NotifyCollectionChangedAction Action { get; }
Property Value
| Type |
|---|
| System.Collections.Specialized.NotifyCollectionChangedAction |
Count
Gets the number of items changed in the UnboundRows collection.
Declaration
public int Count { get; }
Property Value
| Type |
|---|
| System.Int32 |
Position
Gets the position of Unbound Row.
Declaration
public VerticalPosition Position { get; }
Property Value
| Type |
|---|
| VerticalPosition |
RowIndex
Gets or sets the index of the GridUnboundRow.
Declaration
public int RowIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The index of the GridUnboundRow. |