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

DocumentCapabilitiesOptions.ActiveX Property

Gets or sets whether ActiveX controls are available.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.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:

Library Object Type Path to ActiveX
WinForms Controls SnapControlOptions
RichEditControlOptions
WPF Controls RichEditControlOptions
Office File API RichEditControlOptionsBase
ASP.NET Web Forms Controls ASPxRichEditSettings

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