Skip to main content
All docs
V26.1
  • IGrid.ShowColumnChooser(String) Method

    Shows the Column Chooser.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    void ShowColumnChooser(
        string positionTarget
    )

    Parameters

    Name Type Description
    positionTarget String

    Specifies the target UI element that invokes the Column Chooser.

    Remarks

    Refer to the ShowColumnChooser(String) method description for additional information and an example.

    See Also