Skip to main content
.NET 6.0+

ResolveSessionEventArgs.Tag Field

Gets or sets an arbitrary object, which is passed with the ResolveSessionEventArgs.Session property. When using the XPInstantFeedbackSource, use Tag in the XPInstantFeedbackSource.ResolveSession event handler, to pass an object to the XPInstantFeedbackSource.DismissSession event handler.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public object Tag

Field Value

Type
Object
See Also