Skip to main content

GridControlCommands.ShowColumnChooser Property

Invokes the Column Chooser.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public ICommand ShowColumnChooser { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

<Button Content="Show Column Chooser" 
        Command="{x:Bind grid.Commands.ShowColumnChooser}"/>
See Also