Back to Devexpress

TableView.FixedLeftVisibleColumns Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-af247b24.md

latest1.5 KB
Original Source

TableView.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<GridColumn> FixedLeftVisibleColumns { get; }
vb
Public ReadOnly Property FixedLeftVisibleColumns As IList(Of GridColumn)

Property Value

TypeDescription
IList<GridColumn>

The list of visible columns fixed to the left.

|

Remarks

To learn more, see Fixed Columns and Bands.

See Also

Fixed

FixedNoneVisibleColumns

FixedRightVisibleColumns

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace