DXRichEditTableOptions Class
Provides access to the document table options.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.2.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Related API Members
The following members return DXRichEditTableOptions objects:
Remarks
To access the DXRichEditTableOptions instance, use the RichEditControl.TableOptions property.
<dxre:RichEditControl.TableOptions>
<dxre:DXRichEditTableOptions GridLines="VisibleWhileDragging"/>
</dxre:RichEditControl.TableOptions>
Inheritance
Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<TableOptions>
DXRichEditTableOptions
See Also