SnapEntity.Document Property
In This Article
Provides access to a SnapDocument, to which the SnapEntity belongs.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
#Declaration
SnapDocument Document { get; }
#Property Value
Type | Description |
---|---|
Snap |
A Snap |
See Also