wpf-devexpress-dot-xpf-dot-richedit-f693cc2b.md
Provides access to the document table options.
Namespace : DevExpress.Xpf.RichEdit
Assembly : DevExpress.Xpf.RichEdit.v25.2.dll
NuGet Package : DevExpress.Wpf.RichEdit
public class DXRichEditTableOptions :
DXRichEditOptionsBase<TableOptions>
Public Class DXRichEditTableOptions
Inherits DXRichEditOptionsBase(Of TableOptions)
The following members return DXRichEditTableOptions objects:
To access the DXRichEditTableOptions instance, use the RichEditControl.TableOptions property.
<dxre:RichEditControl.TableOptions>
<dxre:DXRichEditTableOptions GridLines="VisibleWhileDragging"/>
</dxre:RichEditControl.TableOptions>
Object DispatcherObject DependencyObject Freezable DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<TableOptions> DXRichEditTableOptions
See Also