Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

DocumentCapabilitiesOptions.ActiveX Property

Gets or sets whether ActiveX controls are available.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[DefaultValue(DocumentCapability.Default)]
public virtual DocumentCapability ActiveX { get; set; }

Property Value

Type Default Description
DocumentCapability Default

An enumeration member that specifies feature availability.

Property Paths

You can access this nested property as listed below:

Object Type Path to ActiveX
RichEditControlOptionsBase

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