DocumentCapabilitiesOptions.HeadersFootersAllowed Property
Gets whether the headers and footers feature is allowed.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v14.2.Core.dll
Declaration
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 |
|
| RichEditControlOptions |
|
| RichEditControlOptionsBase |
|
Remarks
Use the DocumentCapabilitiesOptions.HeadersFooters property instead.
See Also