GenApiGridVisibleItems Property

CVB.Net Documentation
Gets all visible Nodes in the order they are shown in the grid.

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

public ReadOnlyCollection<Node> VisibleItems { get; }

Property Value

Type: ReadOnlyCollectionNode
Remarks

Nodes can be contained more than once as they may be shown in different CategoryNodes. Also the contents may change in-between two calls if the the viewport was scrolled or category were collapsed/expanded.
See Also

Reference