GroupCollection Interface
Represents character groups matched by the pattern.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
[ComVisible(true)]
public interface GroupCollection :
ISimpleCollection<Group>,
IEnumerable<Group>,
IEnumerable,
ICollection
Related API Members
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