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

SnapSectionCollection.Item[Int32] Property

Provides access to the specified section of a Snap document.

Namespace: DevExpress.Snap.API.Native

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

Declaration

SnapSection this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer value, specifying the document section’s position in the collection.

Property Value

Type Description
SnapSection

An object implementing the SnapSection interface.

See Also