Skip to main content
A newer version of this page is available. .
All docs
V20.2

DXRichEditDocumentCapabilitiesOptions.ActiveX Property

Gets or sets whether ActiveX controls are available. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public DocumentCapability ActiveX { get; set; }

Property Value

Type Description
DocumentCapability

An enumeration value that specifies feature availability.

Property Paths

You can access this nested property as listed below:

Object Type Path to ActiveX
RichEditControl

Remarks

The ActiveX property’s DocumentCapability.Default value has the same functionality as DocumentCapability.Enabled, which loads, displays, and saves ActiveX controls to a document.

See Also