Skip to main content
A newer version of this page is available. .

TreeListNode.RowCount Property

Returns the total number of rows occupied by all child nodes that belong to this node. The row occupied by this TreeListNode itself is not included in the RowCount number.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

[Browsable(false)]
public int RowCount { get; }

Property Value

Type Description
Int32

An Int32 value that is the total number of rows.

See Also