Skip to main content

UnboundSourceProperty.UserTag Property

Specifies an object that contains data associated with the property.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

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

Property Value

Type Description
Object

An object that contains data associated with the property.

See Also