Skip to main content

DocumentCapabilitiesOptions.InlinePicturesAllowed Property

Gets whether inline pictures handling is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if a feature is allowed; otherwise, false.

Property Paths

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

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

Remarks

Use the DocumentCapabilitiesOptions.InlinePictures property instead.

See Also