IGrid.ShowColumnChooser(String) Method
In This Article
Shows the Column Chooser.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
void ShowColumnChooser(
string positionTarget
)
#Parameters
Name | Type | Description |
---|---|---|
position |
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