Skip to main content
A newer version of this page is available. .

PivotGridCustomTotalBase.Tag Property

Gets or sets the data associated with the custom total.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

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

Property Value

Type Default Description
Object *null*

An object containing the information which is associated with the custom total.

See Also