Back to Devexpress

TreeListView.FixedRightVisibleColumns Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-8494feb1.md

latest1.6 KB
Original Source

TreeListView.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<ColumnBase> FixedRightVisibleColumns { get; }
vb
Public ReadOnly Property FixedRightVisibleColumns As IList(Of ColumnBase)

Property Value

TypeDescription
IList<ColumnBase>

The list of visible columns fixed to the right.

|

Remarks

To learn more, see Fixed Columns and Bands.

See Also

Fixed

FixedLeftVisibleColumns

FixedNoneVisibleColumns

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace