vcl-cxgridtableview-92f77940.md
Stores fixed data row settings.
TcxGridFixedDataRowsOptions = class(
TcxCustomGridOptions
)
Users can click row pins to exclude corresponding rows from grid View scrollable content and pin them at the top or bottom border of the View area if the GridView.OptionsCustomize.DataRowFixing property is set to True.
The list below outlines key members of the TcxGridFixedDataRowsOptions class. These members allow you to configure appearance and behavior settings of fixed data rows.
PinSizeAllows you to adjust row pin dimensions.SeparatorColor
Allows you to explicitly specify the color of the separator between fixed and scrollable row areas.
If this property is unspecified, the separator color depends on the active skin and palette. You can call the GetSeparatorColor function to identify the actual separator color.
SeparatorWidthAllows you to adjust the width of the separator between fixed and scrollable row areas.
PinClickActionSpecifies the action associated with a click on a data row pin.PinVisibilityAllows you to specify the row pin display condition. All row pins are initially hidden.
AssignCopies fixed data row settings between grid Table Views.GridViewProvides access to the parent grid Table View.
The TcxGridTableView.FixedDataRows property references a TcxGridFixedDataRowsOptions object.
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 Data Grid demos in the following folder:
%Public%\Documents\DevExpress VCL Demos\MegaDemos\Product Demos\ExpressQuantumGrid
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxGridFixedDataRowsOptions
See Also
TcxGridTableOptionsCustomize.DataRowFixing Property