IsTotalRowExpanded Method (SapGridView)

Class

SapGridView.

Action

whether the specified total row is expanded.

Syntax

C#
totalRowExpanded = gridView.IsTotalRowExpanded(row)
VB
totalRowExpanded = gridView.IsTotalRowExpanded(row)
Variable Description
totalRowExpanded Boolean.
row Index of the row. The value is zero-based. Integer.