Skip to main content
All docs
V24.1

ITreeList.ShowColumnChooser(DialogDisplayOptions) Method

Shows the column chooser and positions it based on specified display options.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

void ShowColumnChooser(
    DialogDisplayOptions dialogOptions
)

Parameters

Name Type Description
dialogOptions DialogDisplayOptions

Display options.

Remarks

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

See Also