Skip to main content

RichEditControl.TableOptions Property

Provides access to an object used to specify options for the document tables. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public DXRichEditTableOptions TableOptions { get; set; }

Property Value

Type Description
DXRichEditTableOptions

A DXRichEditTableOptions object which holds the table options.

See Also