Back to Devexpress

TableViewCommands.FixRowToTop Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewcommands-f39eca12.md

latest1.5 KB
Original Source

TableViewCommands.FixRowToTop Property

Fixes a row at the top of the grid.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand FixRowToTop { get; }
vb
Public ReadOnly Property FixRowToTop As ICommand

Property Value

TypeDescription
ICommand

A command that implements the ICommand.

|

Remarks

Corresponding method: TableView.FixRow.

To learn more on using commands, refer to the Commanding Overview MSDN article.

See Also

Fixed Rows

TableViewCommands Class

TableViewCommands Members

DevExpress.Xpf.Grid Namespace