Skip to main content
A newer version of this page is available. .

IXlDocumentOptions.SupportsOutlineGrouping Property

Gets a value indicating whether the document supports grouping functionality.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

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