Back to Devexpress

RichEditControl.IsSelectionInTable() Method

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-1fd1484b.md

latest1.1 KB
Original Source

RichEditControl.IsSelectionInTable() Method

Gets whether the entire selection is contained in one table.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public bool IsSelectionInTable()
vb
Public Function IsSelectionInTable As Boolean

Returns

TypeDescription
Boolean

true if a selection is within one table; otherwise, false.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace