Skip to main content

CsvDataAwareExporterOptions.SupportsOutlineGrouping Property

Gets a value indicating whether the document supports grouping functionality.

Namespace: DevExpress.XtraExport.Csv

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool SupportsOutlineGrouping { get; }

Property Value

Type Description
Boolean

Always false.

See Also