Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

FixedRange.Contains(FixedRange) Method

Gets whether the current document range contains a specified range.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public bool Contains(
    FixedRange range
)

Parameters

Name Type Description
range FixedRange

A FixedRange that is a range to test for inclusion.

Returns

Type Description
Boolean

true if the specified range is contained within the range; otherwise, false.

See Also