Skip to main content

UnboundSourceProperty.UserTag Property

Specifies an object that contains data associated with the property.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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