Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.dll

NuGet Package: DevExpress.ExpressApp

#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