Skip to main content
All docs
V21.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SnapEntity Members

In This Article
The base for classes that provide functionality to manipulate various entities in Snap documents.

#Properties

Name Description
Active Indicates whether or not the SnapEntity is locked.
Document Provides access to a SnapDocument, to which the SnapEntity belongs.
Field Provides access to a Field associated with the SnapEntity.
SubDocument Provides access to an object implementing the basic document functionality that is common for the header, footer and the main document body.

#Methods
Show Inherited Hide Inherited

Name Description
BeginUpdate() Enables runtime customization of a SnapEntity.
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
EndUpdate() Unlocks the SnapEntity after a call to the SnapEntity.BeginUpdate method and causes an immediate visual update of the object.
See Also