Back to Devexpress

TcxGridGetSelectionStyleEvent Type

vcl-cxgridcustomtableview-cf0cf3c7.md

latest1.4 KB
Original Source

TcxGridGetSelectionStyleEvent Type

The procedural type for events related to record selection styles.

Declaration

delphi
TcxGridGetSelectionStyleEvent = procedure(Sender: TcxCustomGridTableView; ARecord: TcxCustomGridRecord; AItem: TObject; var AStyle: TcxStyle) of object;

Parameters

NameTypeDescription
SenderTcxCustomGridTableView

The grid Table View that raised the selection style-related event.

| | ARecord | TcxCustomGridRecord |

The target record in the Sender grid View.

| | AItem | TObject |

The target grid table item.

| | AStyle | TcxStyle |

The style applied to the target record (ARecord).

|

Remarks

The following events of a grid Table View reference the TcxGridGetSelectionStyleEvent procedural type:

See Also

cxGridCustomTableView Unit