GenApiGridSelectedIndex Property

CVB.Net Documentation
Gets/sets the selected Node via its index (based on VisibleItems).

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

[BrowsableAttribute(false)]
public int SelectedIndex { get; set; }

Property Value

Type: Int32
Zero based positive index of the selected node; negative for none selected.
See Also

Reference