Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridTableOptionsCustomize.DataRowFixing Property

Specifies if users can fix rows at the top or bottom border of the grid View.

#Declaration

Delphi
property DataRowFixing: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False
False
Default. The row pin functionality is disabled.
True
The row pin functionality is enabled. Users can exclude individual rows from scrollable content and fix them at the top or bottom border of the grid View if its [FixedDataRows.PinVisibility] property is set to rpvAlways, rpvHotTrack, or rpvRowHotTrack.

#Remarks

Users can click row pins to exclude corresponding rows from scrollable content of a grid View and pin them at the top or bottom border of the View area.

VCL Data Grid: Fixed Data Rows

#Enable Fixed Data Row Functionality

To see the fixed data row functionality in action, run the Grid and Data Editors demo in the VCL Demo Center installed with compiled DevExpress demos. Click Fixed Data Rows in the Sorting and Grouping sidebar category.

Download: Compiled VCL Demos

Tip

Compiled DevExpress demos ship with source code installed in the Public Documents folder (%Public%) for all users (default). You can find all project and source code files for compiled Data Grid demos in the following folder:

%Public%\Documents\DevExpress VCL Demos\MegaDemos\Product Demos\ExpressQuantumGrid

#Default Value

The DataRowFixing property’s default value is False.

See Also