Skip to main content

DocumentCapabilitiesOptions.CharacterFormattingAllowed Property

Gets whether the character formatting feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

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

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

Remarks

Use the DocumentCapabilitiesOptions.CharacterFormatting property instead.

See Also