Skip to main content
A newer version of this page is available. .

GroupCollection Interface

Represents character groups matched by the pattern.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[ComVisible(true)]
public interface GroupCollection :
    ISimpleCollection<Group>,
    IEnumerable<Group>,
    IEnumerable,
    ICollection

The following members return GroupCollection objects:

Remarks

For a certain match, the GroupCollection instance contains the set of captured groups in this match.

See Also