Back to Devexpress

DocumentCapabilitiesOptions.PageBordersAllowed Property

officefileapi-devexpress-dot-xtrarichedit-dot-documentcapabilitiesoptions-033fa452.md

latest1.8 KB
Original Source

DocumentCapabilitiesOptions.PageBordersAllowed Property

Gets whether the page borders feature is allowed.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[Browsable(false)]
public bool PageBordersAllowed { get; }
vb
<Browsable(False)>
Public ReadOnly Property PageBordersAllowed As Boolean

Property Value

TypeDescription
Boolean

true if the feature is allowed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PageBordersAllowed
RichEditControlOptionsBase

.DocumentCapabilities .PageBordersAllowed

|

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

Use the DocumentCapabilitiesOptions.PageBorders property instead.

See Also

DocumentCapabilitiesOptions Class

DocumentCapabilitiesOptions Members

DevExpress.XtraRichEdit Namespace