Skip to main content
All docs
V19.2

ASPxRichEditDocumentCapabilitiesSettings.InlineShapes Property

Gets or sets the document’s capability to handle inline shapes.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v19.2.dll

Declaration

public override DocumentCapability InlineShapes { get; set; }

Property Value

Type Description
DocumentCapability

One of the DocumentCapability enumeration members specifying the document’s capability to handle inline pictures.

Property Paths

You can access this nested property as listed below:

Object Type Path to InlineShapes
ASPxRichEditSettings
.DocumentCapabilities.InlineShapes
See Also