ITreeList.GetVisibleRowCount() Method
Returns the total number of visible rows in the treelist.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
int GetVisibleRowCount()
Returns
Type | Description |
---|---|
Int32 | The number of visible rows. |
Remarks
Refer to the GetVisibleRowCount() method description for more information and an example.
See Also