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

RichEditControlOptionsBase.TableOptions Property

Provides access to an object used to specify different options for tables in the document.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public TableOptions TableOptions { get; }

Property Value

Type Description
TableOptions

A TableOptions object containing options for the document tables.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to TableOptions
WinForms Controls SnapControl
.Options .TableOptions
RichEditControl
.Options .TableOptions
WPF Controls RichEditControl
.Options .TableOptions
Office File API IRichEditDocumentServer
.Options .TableOptions
RichEditDocumentServer
.Options .TableOptions
Reporting SyntaxEditor
.Options .TableOptions

Remarks

Use the RichEditControl.Options.Tables or RichEditDocumentServer.Options.Tables notation to get access to the table options. One of these options enables you to show the lines of the table grid.

See Also