SnapDocument.AppendSection() Method
In This Article
Appends a new empty section to the end of the Snap document.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
#Declaration
SnapSection AppendSection()
#Returns
Type | Description |
---|---|
Snap |
A Snap |
See Also