Skip to main content

UnboundSourceValueNeededEventArgs.Tag Property

Gets an object that contains data associated with the value.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public object Tag { get; }

Property Value

Type Description
Object

An object that contains data associated with the value.

See Also