Back to Devexpress

TcxGridFixedDataRowsOptions Class

vcl-cxgridtableview-92f77940.md

latest3.9 KB
Original Source

TcxGridFixedDataRowsOptions Class

Stores fixed data row settings.

Declaration

delphi
TcxGridFixedDataRowsOptions = class(
    TcxCustomGridOptions
)

Remarks

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.

Main API Members

The list below outlines key members of the TcxGridFixedDataRowsOptions class. These members allow you to configure appearance and behavior settings of fixed data rows.

Appearance Settings

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.

Behavior Settings

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.

General-Purpose API Members

AssignCopies fixed data row settings between grid Table Views.GridViewProvides access to the parent grid Table View.

Direct TcxGridFixedDataRowsOptions Class Reference

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.

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 Data Grid demos in the following folder:

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

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxGridFixedDataRowsOptions

See Also

TcxGridTableOptionsCustomize.DataRowFixing Property

TcxGridFixedDataRowsOptions Members

cxGridTableView Unit