Back to Devexpress

TableView.FixedNoneVisibleColumns Property

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

latest1.6 KB
Original Source

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

Property Value

TypeDescription
IList<GridColumn>

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

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace