DataAwareExportOptionsBase.AllowGrouping Property
In This Article
Gets or sets whether data groups are exported from the source grid to the output document.
Namespace: DevExpress.Mobile.Export
Assembly: DevExpress.Mobile.Core.v18.2.dll
#Declaration
[XtraSerializableProperty]
public DefaultBoolean AllowGrouping { get; set; }
#Property Value
Type | Description |
---|---|
Default |
A value that specifies whether data groups are exported from the source grid to the output document. |
Available values:
Name | Description |
---|---|
True | Corresponds to a Boolean value of true. |
False | Corresponds to a Boolean value of false. |
Default | The value is determined by the current object’s parent object setting (e. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Allow |
---|---|
Grid |
|
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
See Also