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.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.