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

BootstrapUIWidgetExportSettings.PrintingEnabled Property

Specifies whether or not the printing feature is enabled for the widget.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if printing is enabled; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to PrintingEnabled
BootstrapChart
.SettingsExport.PrintingEnabled
BootstrapChartBase
.SettingsExport.PrintingEnabled
BootstrapCoordinateSystemChart
.SettingsExport.PrintingEnabled
BootstrapPieChart
.SettingsExport.PrintingEnabled
BootstrapPolarChart
.SettingsExport.PrintingEnabled
BootstrapRangeSelector
.SettingsExport.PrintingEnabled
BootstrapWebClientUIWidgetEx
.SettingsExport.PrintingEnabled
See Also