TcxGridTableView.FixedDataRows Property
Provides access to fixed data row settings.
#Declaration
property FixedDataRows: TcxGridFixedDataRowsOptions read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores fixed data row settings. |
#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 OptionsCustomize.DataRowFixing property to
True
. - Set the
FixedDataRows
.PinVisibility property to rpvAlways, rpvHotTrack, or rpvRowHotTrack.
#Available Options
Use the FixedDataRows
.PinClickAction property to switch between predefined commands executed in response to a click on a visible row pin. The FixedDataRows
.PinSize property allows you to adjust row pin dimensions.
Refer to the TcxGridFixedDataRowsOptions class description for detailed information on all available options.
#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 Public Documents (%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