Skip to main content

DxGridColumn.ShowInColumnChooser Property

Specifies whether a hidden column should be listed in the Column Chooser.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
[Parameter]
public bool ShowInColumnChooser { get; set; }

Property Value

Type Default Description
Boolean true

true to display a column in the Column Chooser; otherwise, false.

Remarks

When you set the column’s Visible property to false, the grid does not display this column. However, users can invoke the Column Chooser to change the column visibility. If you need to hide the column in the Column Chooser, set the ShowInColumnChooser property to false.

Watch Video: Grid - Column Types, Column Resize and Visibility

Implements

See Also