Back to Devexpress

TableView.GetFixedRowPosition(Int32) Method

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

latest1.6 KB
Original Source

TableView.GetFixedRowPosition(Int32) Method

Gets the row’s fix position.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public FixedRowPosition GetFixedRowPosition(
    int rowHandle
)
vb
Public Function GetFixedRowPosition(
    rowHandle As Integer
) As FixedRowPosition

Parameters

NameTypeDescription
rowHandleInt32

A row handle.

|

Returns

TypeDescription
FixedRowPosition

A FixedRowPosition enumeration value that is the fixed row’s position.

|

Remarks

Use the GetFixedRowPosition method to get row’s fix position. If the row is not fixed, the GetFixedRowPosition method returns FixedRowPosition.None.

See Also

Fixed Rows

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace