TableView.FixItem(Object, 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 FixItem(
object item,
FixedRowPosition fixedRowPosition
)
#Parameters
Name | Type | Description |
---|---|---|
item | Object | A row’s object. |
fixed |
Fixed |
A Fixed |
#Remarks
Use the FixItem method to fix a row by its bound object.
See Also