Skip to main content
A newer version of this page is available. .

TableView.FixedTopRows Property

Returns a list of rows that are fixed at the top of the grid. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public IList FixedTopRows { get; set; }

Property Value

Type Description
IList

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

Remarks

Use the FixedTopRows property to get the list of the fixed rows that are displayed at the top of the grid.

See Also