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

RichEditControl.IsSelectionInTable() Method

Gets whether the entire selection is contained in one table.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public bool IsSelectionInTable()

Returns

Type Description
Boolean

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

See Also