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

CustomExportFieldValueEventArgsBase<T>.IsColumn Property

Gets whether the processed value corresponds to a column field.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v18.2.Core.dll

Declaration

public bool IsColumn { get; }

Property Value

Type Description
Boolean

true, if the processed value corresponds to a column field; otherwise, false.

See Also