Back to Devexpress

TableView.FixedBottomRows Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-8d12f071.md

latest1.3 KB
Original Source

TableView.FixedBottomRows Property

Returns a list of rows that are fixed at the bottom of the grid. 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 FixedBottomRows { get; set; }
vb
Public Property FixedBottomRows As IList

Property Value

TypeDescription
IList

The list of rows that are fixed at the bottom of the grid.

|

Remarks

Use the FixedBottomRows property to get the list of the fixed rows that are displayed at the bottom of the grid.

See Also

Fixed Rows

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace