MobileForms Toolkit Documentation

Cell.Owner Property

Gets or sets the NodeTemplate, which owns the cell.

protected internal virtual NodeTemplate Owner {get; set;}

Property Value

The NodeTemplate 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.AdvancedTree Namespace