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

SnapSection Interface

A section within a Snap document.

Namespace: DevExpress.Snap.API.Native

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

[ComVisible(true)]
public interface SnapSection :
    Section

Remarks

Document sections are stored in the SnapSectionCollection that can be accessed using the SnapDocument.Sections property.

See Also