Skip to main content

TcxGridRowLayoutOptions.OnCustomDrawRowHotTrack Event

Allows you to custom draw the hot-track effect for a Table View row layout.

Declaration

property OnCustomDrawRowHotTrack: TcxGridRowLayoutCustomDrawEvent read; write;

Remarks

This event occurs every time the Table View is about to draw the hot-track effect for a row layout.

Refer to the TcxGridRowLayoutCustomDrawEvent procedural type description for information on available options.

See Also