Back to Devexpress

DxExportSettings.PrintingEnabled Property

blazor-devexpress-dot-blazor-dot-dxexportsettings-9ed60a63.md

latest1003 B
Original Source

DxExportSettings.PrintingEnabled Property

Specifies whether a user can print the target component.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to enable client-side printing; otherwise, false.

|

Remarks

Refer to the DxExportSettings class description for additional information and an example.

See Also

DxExportSettings Class

DxExportSettings Members

DevExpress.Blazor Namespace