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

DocumentCapabilitiesOptions.CharacterFormattingAllowed Property

Gets whether the character formatting feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Browsable(false)]
public bool CharacterFormattingAllowed { get; }

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CharacterFormattingAllowed
WinForms Controls SnapControlOptions
.DocumentCapabilities.CharacterFormattingAllowed
RichEditControlOptions
.DocumentCapabilities.CharacterFormattingAllowed
WPF Controls RichEditControlOptions
.DocumentCapabilities.CharacterFormattingAllowed
Office File API RichEditControlOptionsBase
.DocumentCapabilities.CharacterFormattingAllowed
ASP.NET Web Forms Controls ASPxRichEditSettings
.DocumentCapabilities.CharacterFormattingAllowed

Remarks

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

Use the DocumentCapabilitiesOptions.CharacterFormatting property instead.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CharacterFormattingAllowed property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also