RichEditControl.IsSelectionInTable() Method
Gets whether the entire selection is contained in one table.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Returns
Type | Description |
---|---|
Boolean | true if a selection is within one table; otherwise, false. |
See Also