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

Group Interface

Represents the results from a single capturing group.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public interface Group :
    Capture

Remarks

The Group is a part of a pattern enclosed by brackets. A group contains the part of a matched string which is matched by the subexpression enclosed in brackets.

See Also