MobileForms Toolkit Documentation

Cell.Owner Property

Gets or sets the ItemTemplate, which owns the cell.

protected internal ItemTemplate Owner {get; set;}

Property Value

The ItemTemplate 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.AdvancedComboBox Namespace