Back to Devexpress

BaseRow.Tag Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-baserow-d550e97f.md

latest1.8 KB
Original Source

BaseRow.Tag Property

SECURITY-RELATED CONSIDERATIONS

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

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

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public object Tag { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
<XtraSerializableProperty>
Public Property Tag As Object

Property Value

TypeDefaultDescription
Objectnull

An object that identifies the current row object.

|

See Also

BaseRow Class

BaseRow Members

DevExpress.XtraVerticalGrid.Rows Namespace