Skip to main content

UnboundSourceValueNeededEventArgs.Tag Property

Gets an object that contains data associated with the value.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.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