Back to Devexpress

TreeListView.FixedLeftVisibleColumns Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-430bd31f.md

latest1.6 KB
Original Source

TreeListView.FixedLeftVisibleColumns Property

Returns the list of visible columns that are fixed to the left. 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> FixedLeftVisibleColumns { get; }
vb
Public ReadOnly Property FixedLeftVisibleColumns As IList(Of ColumnBase)

Property Value

TypeDescription
IList<ColumnBase>

The list of visible columns fixed to the left.

|

Remarks

To learn more, see Fixed Columns and Bands.

See Also

Fixed

FixedNoneVisibleColumns

FixedRightVisibleColumns

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace