Skip to main content
A newer version of this page is available. .

DXRichEditTableOptions Class

Provides access to the document table options.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public class DXRichEditTableOptions :
    DXRichEditOptionsBase<TableOptions>

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