Skip to main content
Tag

PivotGridField.Tag Property

Gets or sets the data associated with the field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
public object Tag { get; set; }

#Property Value

Type Description
Object

An object containing the information that is associated with the field.

#Remarks

The Tag property can be used to store any object that you want to associate with a field. Any type derived from the System.Object class can be assigned to this property via code.

See Also