ITreeList.ShowColumnChooser(String) Method
Shows the column chooser below the specified target element.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
void ShowColumnChooser(
string positionTarget
)
Parameters
| Name | Type | Description |
|---|---|---|
| positionTarget | String | The target UI element. |
Remarks
Refer to the ShowColumnChooser(String) method description for more information and an example.
See Also