Skip to main content
All docs
V25.1
  • IPivotTable.ShowFieldList(DialogDisplayOptions) Method

    Displays the Field List and positions it based on specified display options.

    Namespace: DevExpress.Blazor.PivotTable

    Assembly: DevExpress.Blazor.PivotTable.v25.1.dll

    NuGet Package: DevExpress.Blazor.PivotTable

    Declaration

    void ShowFieldList(
        DialogDisplayOptions dialogOptions
    )

    Parameters

    Name Type Description
    dialogOptions DialogDisplayOptions

    An object that contains the Field List’s display options.

    Remarks

    Refer to the ShowFieldList(DialogDisplayOptions) method description for more information and an example.

    See Also