Back to Devexpress

PivotRowTotalsPosition Enum

dashboard-devexpress-dot-dashboardcommon-28276a33.md

latest1.6 KB
Original Source

PivotRowTotalsPosition Enum

Lists values that specify the position of row totals/grand totals in the Pivot dashboard item.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum PivotRowTotalsPosition
vb
Public Enum PivotRowTotalsPosition

Members

NameDescription
Top

Row totals/grand totals are displayed at the top of the group/pivot table.

| | Bottom |

Row totals/grand totals are displayed at the bottom of the group/pivot table.

|

The following properties accept/return PivotRowTotalsPosition values:

Remarks

Values listed in this enumeration are used to set the PivotDashboardItem.RowTotalsPosition property.

See Also

Layout

Layout

DevExpress.DashboardCommon Namespace