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

SnapEntity.SubDocument Property

Provides access to an object implementing the basic document functionality that is common for the header, footer and the main document body.

Namespace: DevExpress.Snap.Core.API

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

Declaration

SnapSubDocument SubDocument { get; }

Property Value

Type Description
SnapSubDocument

An object implementing the SnapSubDocument interface.

See Also