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

ASPxRichEditBehaviorSettings.Printing Property

Specifies whether or not the printing operations are permitted.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

[DefaultValue(DocumentCapability.Default)]
public override DocumentCapability Printing { get; set; }

Property Value

Type Default Description
DocumentCapability **Default**

One of the DocumentCapability enumeration values.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Printing
ASP.NET Controls and MVC Extensions ASPxRichEdit
.Settings.Behavior.Printing
ASPxRichEditSettings
.Behavior.Printing
MVCxRichEdit
.Settings.Behavior.Printing
RichEditSettings
.Settings.Behavior.Printing
ASP.NET Bootstrap Controls BootstrapRichEdit
.Settings.Behavior.Printing
See Also