Skip to main content

DocumentCapabilitiesOptions.CommentsAllowed Property

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type
Boolean

Property Paths

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

Object Type Path to CommentsAllowed
RichEditControl
.Options.DocumentCapabilities.CommentsAllowed
RichEditControlOptions
.DocumentCapabilities.CommentsAllowed
RichEditControlOptionsBase
.DocumentCapabilities.CommentsAllowed
See Also