Skip to main content
All docs
V26.1
  • ITreeList.ShowColumnChooser(DialogDisplayOptions) Method

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

    Namespace: DevExpress.Blazor

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

    Declaration

    void ShowColumnChooser(
        DialogDisplayOptions dialogOptions
    )

    Parameters

    Name Type Description
    dialogOptions DialogDisplayOptions

    Display options.

    Remarks

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

    See Also