Skip to main content
Row

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.v23.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