Skip to main content

DataAwareExportOptionsBase.AllowSortingAndFiltering Property

Gets or sets whether the sorting and filtering functionality is enabled for columns in the exported document.

Namespace: DevExpress.Mobile.Export

Assembly: DevExpress.Mobile.Core.v18.2.dll

Declaration

[XtraSerializableProperty]
public DefaultBoolean AllowSortingAndFiltering { get; set; }

Property Value

Type Description
DefaultBoolean

A value that specifies whether the sorting and filtering functionality is enabled for columns in the exported 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.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowSortingAndFiltering
GridControl
.OptionsExportXlsx.AllowSortingAndFiltering

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also