Skip to main content
.NET 6.0+

XPView.Session Property

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public Session Session { get; set; }

Property Value

Type Description
Session

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

Implements

See Also