MobileForms Toolkit Documentation

BoundNode.Item Property (String)

Gets or sets the data in the named field.

public override object this[
string name
] {get; set;}

Property Value

The data in the named field.

Remarks

If the field is not found, a null reference is returned, or value is not set.

See Also

BoundNode Class | Resco.Controls.AdvancedTree Namespace | BoundNode.Item Overload List