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

CustomExportFieldValueEventArgsBase<T>.IsTopMost Property

Gets whether the processed field value resides within the top most row or column.

Namespace: DevExpress.PivotGrid.Printing

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

Declaration

public bool IsTopMost { get; }

Property Value

Type Description
Boolean

true, if the processed field value resides within the top most row or column; otherwise, false.

Remarks

IsTopMost

See Also