Back to Devexpress

DataViewBase.IsColumnChooserVisible Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-9a7c5368.md

latest1.5 KB
Original Source

DataViewBase.IsColumnChooserVisible Property

Gets or sets whether the Column Chooser is shown. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
[Browsable(false)]
public bool IsColumnChooserVisible { get; set; }
vb
<Browsable(False)>
Public Property IsColumnChooserVisible As Boolean

Property Value

TypeDescription
Boolean

true to show the Column Chooser; otherwise, false.

|

Remarks

To learn more, see Column Chooser.

See Also

ShowColumnChooser()

HideColumnChooser()

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace