Skip to main content

RichEditControl.IsSelectionInTable() Method

Gets whether the entire selection is contained in one table.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public bool IsSelectionInTable()

Returns

Type Description
Boolean

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

See Also