Back to Devexpress

BootstrapUIWidgetExportSettings.Enabled Property

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-dot-bootstrapuiwidgetexportsettings.md

latest1.6 KB
Original Source

BootstrapUIWidgetExportSettings.Enabled Property

Specifies whether or not exporting is enabled.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[DefaultValue(false)]
public bool Enabled { get; set; }
vb
<DefaultValue(False)>
Public Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , if exporting is enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Enabled
BootstrapWebClientUIWidgetEx

.SettingsExport .Enabled

|

See Also

BootstrapUIWidgetExportSettings Class

BootstrapUIWidgetExportSettings Members

DevExpress.Web.Bootstrap Namespace