TcxGridFixedDataRowsOptions Class
Stores fixed row settings of a grid Table View.
Declaration
TcxGridFixedDataRowsOptions = class(
TcxCustomGridOptions
)
Remarks
This class has the following members that allow you to:
Switch between data row pin display modes (PinVisibility).
Adjust the size of data row pins (PinSize).
Specify the color and width of the separator between fixed and scrollable row areas (SeparatorColor and SeparatorWidth).
Specify the action associated with a click on a pin (PinClickAction).
A grid Table View’s FixedDataRows property references a TcxGridFixedDataRowsOptions object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomGridOptions
TcxGridFixedDataRowsOptions
See Also