Skip to main content
.NET 8.0+

XPObjectSource.Tag Property

Specifies the data associated with the XPObjectSource object. This data is passed to the XPObjectSource.ResolveSession and XPObjectSource.DismissSession events.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

[DefaultValue(null)]
public object Tag { get; set; }

#Property Value

Type Default Description
Object null

An Object associated with XPObjectSource.

See Also