Skip to main content

IGrid.ShowColumnChooser(String) Method

Shows the Column Chooser.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.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 more information and an example.

See Also