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

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public object Tag { get; }

Property Value

Type Description
Object

An object that contains data associated with the value.

See Also