TreeListView.VisibleColumns Property
In This Article
Gets the list of visible columns. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
IList<Column |
The list of visible columns. |
#Remarks
The VisibleColumns list contains the columns whose BaseColumn.Visible property is set to true. To access the collection which contains all the columns owned by the control, use the TreeListControl.Columns or GridControl.Columns property.
Hidden columns that are displayed within the Column Chooser are stored within a view's DataViewBase.ColumnChooserColumns read-only collection.
To learn more, see Hiding and Displaying Columns and Accessing and Identifying Columns.
See Also