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

FixedFieldValueCollection(Boolean) Constructor

Initializes a new instance of the FixedFieldValueCollection class with specified settings.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public FixedFieldValueCollection(
    bool isColumn
)

Parameters

Name Type
isColumn Boolean
See Also