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

UnboundSourceValuePushedEventArgs.Tag Property

Gets an object that contains data associated with the value.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public object Tag { get; }

Property Value

Type Description
Object

An object that contains data associated with the value.

See Also