Back to Devexpress

XPView.Session Property

xpo-devexpress-dot-xpo-dot-xpview-b259dc76.md

latest1.0 KB
Original Source

XPView.Session Property

Gets or sets the session which is used to load and save persistent objects.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public Session Session { get; set; }
vb
Public Property Session As Session

Property Value

TypeDescription
Session

A Session object which represents the session that is used to load and save persistent objects.

|

Implements

Session

See Also

XPView Class

XPView Members

DevExpress.Xpo Namespace