TcxGridTableOptionsCustomize.DataRowFixing Property
Specifies if users can fix rows at the top or bottom border of the grid View.
#Declaration
property DataRowFixing: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#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.
#Enable Fixed Data Row Functionality
- Set the
DataRowFixing
property toTrue
. - Set the GridView.FixedDataRows.PinVisibility property to rpvAlways, rpvHotTrack, or rpvRowHotTrack.
#Related Compiled Demo
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.
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\Mega
#Default Value
The DataRowFixing
property’s default value is False
.