Skip to main content
A newer version of this page is available. .

ExportController.AutoUpdateExportable Property

Specifies whether the ExportController.Exportable property is set and updated internally, in a default manner.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue(true)]
public bool AutoUpdateExportable { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the exportable editor is determined and updated automatically; otherwise, false.

Remarks

By default, this property is set to true. This means that the current List View’s List Editor is set as the editor to be exportable. When you set another editor to the ExportController.Exportable property, the AutoUpdateExportable property is set to false automatically. In this instance, the system won’t rewrite your exportable editor when the current List View’s List Editor is changed. However, you can set the AutoUpdateExportable property to true to return the system’s control under the exportable editor.

See Also