Skip to main content

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.v23.2.Core.dll

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

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