MobileForms Toolkit Documentation

Cell.Owner Property

Gets or sets the RowTemplate, which owns the cell.

protected internal RowTemplate Owner {get; set;}

Property Value

The RowTemplate which is the owner of this Cell.

Remarks

Cell can be in only one template at a time, use a copy constructor Cell to create the Cell with the same properties but without owner.

See Also

Cell Class | Resco.Controls.AdvancedList Namespace