Back to Devexpress

PivotCellBaseEventArgs.IsFieldValueExpanded(PivotGridField) Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcellbaseeventargs-dot-isfieldvalueexpanded-x28-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-x29.md

latest1.7 KB
Original Source

PivotCellBaseEventArgs.IsFieldValueExpanded(PivotGridField) Method

Indicates whether the specified field’s value that represents a row or column header of the processed cell is expanded.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsFieldValueExpanded(
    PivotGridField field
)
vb
Public Function IsFieldValueExpanded(
    field As PivotGridField
) As Boolean

Parameters

NameTypeDescription
fieldPivotGridField

A PivotGridField object that represents a field in a pivot grid.

|

Returns

TypeDescription
Boolean

true if the field value is expanded; otherwise, false.

|

See Also

PivotCellBaseEventArgs Class

PivotCellBaseEventArgs Members

DevExpress.Xpf.PivotGrid Namespace