Back to Devexpress

TableViewCommands.FixRowToBottom Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableviewcommands-790bddad.md

latest1.5 KB
Original Source

TableViewCommands.FixRowToBottom Property

Fixes a row at the bottom of the grid.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand FixRowToBottom { get; }
vb
Public ReadOnly Property FixRowToBottom 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