Back to Devexpress

TableView.FixedRightVisibleColumns Property

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

latest1.5 KB
Original Source

TableView.FixedRightVisibleColumns Property

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

Property Value

TypeDescription
IList<GridColumn>

The list of visible columns fixed to the right.

|

Remarks

To learn more, see Fixed Columns and Bands.

See Also

Fixed

FixedLeftVisibleColumns

FixedNoneVisibleColumns

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace