BaseView.Tag Property
Gets or sets the data associated with the current View.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
[DefaultValue(null)]
[DXCategory("Data")]
[XtraSerializableProperty]
public virtual object Tag { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Object | null | An object containing information which is associated with the current View. |
Remarks
This property can be used to store any object that you want to associate with the current View. Any type derived from the Object class can be assigned to this property via code. At design time, a specially designed dialog is used to set this property’s value. This dialog enables you to choose the data type and enter the desired value.