Skip to main content

DocumentCapabilitiesOptions.TableStyleAllowed Property

Gets whether the table style feature is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if the feature is allowed; otherwise, false.

Property Paths

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

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

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Use the DocumentCapabilitiesOptions.TableStyle property instead.

See Also