SnapSectionCollection.Item[Int32] Property
Provides access to the specified section of a Snap document.
Namespace: DevExpress.Snap.API.Native
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
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