Skip to main content
.NET 8.0+

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

BaseObject Properties
Show Inherited Hide Inherited

Represents a base persistent class from which business classes can be inherited.
Name Description
ClassInfo Gets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase.
Fields static Gets an object that contains field identifiers for Simplified Criteria Syntax. Inherited from PersistentBase.
IsDeleted Indicates whether the current persistent object is marked as deleted. Inherited from PersistentBase.
IsLoading Indicates whether the object is currently being initialized. Inherited from PersistentBase.
Loading Obsolete. Gets whether the object is currently being initialized. Inherited from XPBaseObject.
Oid Specifies the persistent object’s identifier.
OidInitializationMode static Specifies when a new GUID value is assigned to the BaseObject.Oid property.
Session Gets the session used to load and save persistent objects. Inherited from PersistentBase.
This Refers to the current instance. Inherited from XPBaseObject.
See Also