Skip to main content

BaseRow.Tag Property

SECURITY NOTE

Deserializing layout settings from untrusted resources may create security issues. Serializable System.Object properties that contain custom type values are not (de)serialized automatically. Review the following help topic for information on how to (de)serialize custom type values: Safe Deserialization.

Gets or sets a value that identifies the current row object.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

[DefaultValue(null)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public object Tag { get; set; }

Property Value

Type Default Description
Object null

An object that identifies the current row object.

See Also