Back to Devexpress

DXRichEditTableOptions Class

wpf-devexpress-dot-xpf-dot-richedit-f693cc2b.md

latest1.9 KB
Original Source

DXRichEditTableOptions Class

Provides access to the document table options.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public class DXRichEditTableOptions :
    DXRichEditOptionsBase<TableOptions>
vb
Public Class DXRichEditTableOptions
    Inherits DXRichEditOptionsBase(Of TableOptions)

The following members return DXRichEditTableOptions objects:

Remarks

To access the DXRichEditTableOptions instance, use the RichEditControl.TableOptions property.

xaml
<dxre:RichEditControl.TableOptions>
    <dxre:DXRichEditTableOptions GridLines="VisibleWhileDragging"/>
</dxre:RichEditControl.TableOptions>

Inheritance

Object DispatcherObject DependencyObject Freezable DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<TableOptions> DXRichEditTableOptions

See Also

DXRichEditTableOptions Members

DevExpress.Xpf.RichEdit Namespace