Skip to main content

GroupCollection Interface

Represents character groups matched by the pattern.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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