Skip to main content

DocumentCapabilitiesOptions.HeadersFootersAllowed Property

Gets whether the headers and footers feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

You can access the DocumentCapabilitiesOptions.HeadersFootersAllowed property from the following objects:

Object Type Path to HeadersFootersAllowed
RichEditControl
.Options.DocumentCapabilities.HeadersFootersAllowed
RichEditControlOptions
.DocumentCapabilities.HeadersFootersAllowed
RichEditControlOptionsBase
.DocumentCapabilities.HeadersFootersAllowed

Remarks

Use the DocumentCapabilitiesOptions.HeadersFooters property instead.

See Also