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 |
|
| RichEditControlOptions |
|
| RichEditControlOptionsBase |
|
See Also