GenApiGridSelectedItem Property

CVB.Net Documentation
Gets/sets the selected Node.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

[BrowsableAttribute(false)]
public Node SelectedItem { get; set; }

Property Value

Type: Node
null for none selected.
Remarks

If the given Nodevalue is present more than once in the grid, the first occurrence is selected.
See Also

Reference