Skip to main content

TcxGridTableView.FixedDataRows Property

Provides access to fixed data row settings.

Declaration

property FixedDataRows: TcxGridFixedDataRowsOptions read; write;

Property Value

Type Description
TcxGridFixedDataRowsOptions

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.

VCL Data Grid: Fixed Data Rows

Enable Fixed Data Row Functionality

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.

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 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\MegaDemos\Product Demos\ExpressQuantumGrid

See Also