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

Declaration

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

Property Value

Type Default Description
Object *null*

An object that contains data associated with the property.

See Also