[]
Represents a row that is bound to a data item.
public class GridBoundRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged
Name | Description |
---|---|
GridBoundRow(IDataCollection<object>, int) | Initializes a new instance of the GridBoundRow class. |
GridBoundRow(object) | Initializes a new instance of the GridBoundRow class. |
Name | Description |
---|---|
DataCollection | Gets the collection to which the bound item belongs to. |
DataIndex | Gets the index of the data inside the collection of items. |
DataItem | Gets the data item. |
Name | Description |
---|---|
OnAttached() | Called when the row is attached to a collection of rows. |
OnDetached() | Called when the row is detached from a collection of rows. |