Skip to main content

IXlOutlineProperties.SummaryRight Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

bool SummaryRight { get; set; }

Property Value

Type Description
Boolean

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

Remarks

Use the SummaryRight property to specify the summary column location. For example, if summary columns are located to the left of detail columns in each group, set the SummaryRight 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.

SummaryRight = true SummaryRight = false
XLExport_Outline_SummaryColumnRight XLExport_Outline_SummaryColumnLeft

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SummaryRight property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also