Skip to main content

CustomExportFieldValueEventArgsBase<T>.IsColumn Property

Gets whether the processed value corresponds to a column field.

Namespace: DevExpress.PivotGrid.Printing

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public bool IsColumn { get; }

Property Value

Type Description
Boolean

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

See Also