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.v26.1.dll
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