Back to Devexpress

TableView.FixRow(Int32, FixedRowPosition) Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-dot-fixrow-x28-system-dot-int32-devexpress-dot-xpf-dot-grid-dot-fixedrowposition-x29.md

latest2.1 KB
Original Source

TableView.FixRow(Int32, FixedRowPosition) Method

Fixes a row at the top or 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 void FixRow(
    int rowHandle,
    FixedRowPosition fixedRowPosition
)
vb
Public Sub FixRow(
    rowHandle As Integer,
    fixedRowPosition As FixedRowPosition
)

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the row’s handle.

| | fixedRowPosition | FixedRowPosition |

A FixedRowPosition enumeration value that specifies whether the row is fixed at the top or the bottom of the grid. FixedRowPosition.None unfixes a row.

|

Remarks

Use the FixRow method to fix a row at the top or at the bottom of the grid. Set the method’s fixRowPosition parameter to FixedRowPosition.None to unfix a row.

See Also

FixItem(Object, FixedRowPosition)

Fixed Rows

FixRowToBottom

FixRowToTop

UnFixRow

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace