Back to Devexpress

DocumentCapabilitiesOptions.CharacterFormattingAllowed Property

officefileapi-devexpress-dot-xtrarichedit-dot-documentcapabilitiesoptions-fb2b9770.md

latest2.0 KB
Original Source

DocumentCapabilitiesOptions.CharacterFormattingAllowed Property

Gets whether the character formatting feature is allowed.

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
Boolean

true if a feature is allowed; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CharacterFormattingAllowed
RichEditControlOptionsBase

.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.

See Also

CharacterFormatting

DocumentCapabilitiesOptions Class

DocumentCapabilitiesOptions Members

DevExpress.XtraRichEdit Namespace