Back to Devexpress

TableView.FixItem(Object, FixedRowPosition) Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-dot-fixitem-x28-system-dot-object-devexpress-dot-xpf-dot-grid-dot-fixedrowposition-x29.md

latest1.9 KB
Original Source

TableView.FixItem(Object, 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 FixItem(
    object item,
    FixedRowPosition fixedRowPosition
)
vb
Public Sub FixItem(
    item As Object,
    fixedRowPosition As FixedRowPosition
)

Parameters

NameTypeDescription
itemObject

A row’s object.

| | fixedRowPosition | FixedRowPosition |

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

|

Remarks

Use the FixItem method to fix a row by its bound object.

See Also

FixRow(Int32, FixedRowPosition)

Fixed Rows

FixRowToBottom

FixRowToTop

UnFixRow

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace