Skip to main content

DocumentCapabilitiesOptions.CharacterStyleAllowed Property

Gets whether the character style feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

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

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

Remarks

Use the DocumentCapabilitiesOptions.CharacterStyle property instead.

See Also