Back to Devexpress

SectionCollection Interface

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

latest1.3 KB
Original Source

SectionCollection Interface

An interface that defines a collection of Section objects.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface SectionCollection :
    ISimpleCollection<Section>,
    IEnumerable<Section>,
    IEnumerable,
    ICollection
vb
<ComVisible(True)>
Public Interface SectionCollection
    Inherits ISimpleCollection(Of Section),
             IEnumerable(Of Section),
             IEnumerable,
             ICollection

The following members return SectionCollection objects:

See Also

SectionCollection Members

DevExpress.XtraRichEdit.API.Native Namespace