Back to Devexpress

TreeListNode.RowCount Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-36f7456a.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int RowCount { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property RowCount As Integer

Property Value

TypeDescription
Int32

An Int32 value that is the total number of rows.

|

See Also

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace