TableView.GetFixedRowPosition(Int32) Method
In This Article
Gets the row’s fix position.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public FixedRowPosition GetFixedRowPosition(
int rowHandle
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | A row handle. |
#Returns
Type | Description |
---|---|
Fixed |
A Fixed |
#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