Back to Devexpress

RichEditControl.TableOptions Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-281b59f7.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public DXRichEditTableOptions TableOptions { get; set; }
vb
Public Property TableOptions As DXRichEditTableOptions

Property Value

TypeDescription
DXRichEditTableOptions

A DXRichEditTableOptions object which holds the table options.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace