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

IRootDataNode.GetTotalDetailCount() Method

If implemented by a class, returns the total number of detail rows.

Namespace: DevExpress.XtraPrinting.DataNodes

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

int GetTotalDetailCount()

Returns

Type Description
Int32

An integer value specifying the total detail count.

See Also