[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridBoundRow

GridBoundRow Class

Represents a row that is bound to a data item.

Inheritance
GridBoundRow
Namespace: C1.Xamarin.Forms.Grid
Assembly: C1.Xamarin.Forms.Grid.dll
Syntax
public class GridBoundRow : GridRow, INotifyPropertyChanging, INotifyPropertyChanged

Constructors

Name Description
GridBoundRow(IDataCollection<object>, int)

Initializes a new instance of the GridBoundRow class.

GridBoundRow(object)

Initializes a new instance of the GridBoundRow class.

Properties

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.

Methods

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.