Back to Devexpress

TreeListView.FixedNoneVisibleColumns Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-da7e4890.md

latest1.6 KB
Original Source

TreeListView.FixedNoneVisibleColumns Property

Returns the list of visible columns that are not fixed within a View. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IList<ColumnBase> FixedNoneVisibleColumns { get; }
vb
Public ReadOnly Property FixedNoneVisibleColumns As IList(Of ColumnBase)

Property Value

TypeDescription
IList<ColumnBase>

The list of visible columns that are not fixed within a View.

|

Remarks

To learn more, see Fixed Columns and Bands.

See Also

Fixed

FixedLeftVisibleColumns

FixedRightVisibleColumns

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace