Back to Devexpress

XPObjectSource.Tag Property

xpo-devexpress-dot-xpo-dot-xpobjectsource-b2910a95.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[DefaultValue(null)]
public object Tag { get; set; }
vb
<DefaultValue(Nothing)>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An Object associated with XPObjectSource.

|

See Also

XPObjectSource Class

XPObjectSource Members

DevExpress.Xpo Namespace