Skip to main content
A newer version of this page is available. .

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.Xpo.v18.2.dll

Declaration

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

Property Value

Type Default Description
Object *null*

An Object associated with XPObjectSource.

See Also