aspnet-devexpress-dot-web-dot-aspxtreelist-dot-treelistsettingsexport.md
Gets or sets a value specifying whether the client exporting API is enabled.
Namespace : DevExpress.Web.ASPxTreeList
Assembly : DevExpress.Web.ASPxTreeList.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(false)]
public bool EnableClientSideExportAPI { get; set; }
<DefaultValue(False)>
Public Property EnableClientSideExportAPI As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true, to enable client exporting API; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to EnableClientSideExportAPI |
|---|---|
| ASPxTreeList |
.SettingsExport .EnableClientSideExportAPI
|
Exporting tree list data using built-in toolbar commands and client-side API is disabled by default due to possible security issues. To enable such tree list exporting functionality, set the EnableClientSideExportAPI property to true.
The following examples illustrate how to use the EnableClientSideExportAPI property.
Exporting using built-in toolbar commands
Exporting using client-side export API
Exporting to Different Formats
See Also