TableView.FixRow(Int32, FixedRowPosition) Method
In This Article
Fixes a row at the top or at the bottom of the grid.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public void FixRow(
int rowHandle,
FixedRowPosition fixedRowPosition
)
#Parameters
Name | Type | Description |
---|---|---|
row |
Int32 | An integer value that specifies the row’s handle. |
fixed |
Fixed |
A Fixed |
#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