Class UnboundRowCollectionChangedEventArgs
Provides data for the UnboundRows collection changes.
Inheritance
System.Object
UnboundRowCollectionChangedEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGrid.Events
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class UnboundRowCollectionChangedEventArgs
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. |