TcxGridRowLayoutOptions.OnCustomDrawRowSelection Event
Allows you to custom draw the selection effect for a Table View row layout.
Declaration
property OnCustomDrawRowSelection: TcxGridRowLayoutCustomDrawEvent read; write;
Remarks
This event occurs every time the grid Table View is about to draw the selection effect for a row layout.
Refer to the TcxGridRowLayoutCustomDrawEvent procedural type description for information on available options.
See Also