Skip to main content

IXlDocumentOptions.SupportsOutlineGrouping Property

Gets a value indicating whether the document supports grouping functionality.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

bool SupportsOutlineGrouping { get; }

Property Value

Type Description
Boolean

true, if the grouping functionality is supported by the document; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to SupportsOutlineGrouping
IXlDocument
.Options .SupportsOutlineGrouping
See Also