Back to Devexpress

Group Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-b7cf6781.md

latest1.0 KB
Original Source

Group Interface

Represents the results from a single capturing group.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface Group :
    Capture
vb
<ComVisible(True)>
Public Interface Group
    Inherits 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

Group Members

DevExpress.XtraRichEdit.API.Native Namespace