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

UnboundSourceProperty.UserTag Property

Specifies an object that contains data associated with the property.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

Declaration

[DefaultValue(null)]
public object UserTag { get; set; }

Property Value

Type Default Description
Object *null*

An object that contains data associated with the property.

See Also