Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WorksheetOutlineOptions.SummaryColumnsRight Property

Gets or sets a value indicating whether the summary columns are located to the right of detail columns.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

bool SummaryColumnsRight { get; set; }

#Property Value

Type Description
Boolean

true, if summary columns are to the right of each group of detail columns; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Object Type Path to SummaryColumnsRight
Worksheet
.OutlineOptions .SummaryColumnsRight

#Remarks

Use the SummaryColumnsRight property to specify the summary column location. For example, if you inserted summary columns to the left of detail columns in each group, set the SummaryColumnsRight property to false.

In this case, the grouping bar changes direction, so that the minus outline symbol is displayed above the summary column on the left side of the group.

SummaryColumnsRight = true SummaryColumnsRight = false
SpreadsheetControl_SummaryToRightOfDetail SpreadsheetControl_SummaryToLeftOfDetail
See Also