A newer version of this page is available.
Switch to the current version.
XlsxExportOptionsEx.AllowGrouping Property
Gets or sets whether data groups are exported from the source control to the output document.Only available in data-aware export mode.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
[DefaultValue(DefaultBoolean.Default)]
[TypeConverter(typeof(DefaultBooleanConverter))]
public DefaultBoolean AllowGrouping { get; set; }
<XtraSerializableProperty>
<DefaultValue(DefaultBoolean.Default)>
<TypeConverter(GetType(DefaultBooleanConverter))>
Public Property AllowGrouping As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A value that specifies whether data groups are exported from the source control to the output document. |
Remarks
See XlsExportOptionsEx.AllowGrouping to learn more.
Implements
DevExpress.Export.IDataAwareExportOptions.AllowGrouping
See Also
Feedback