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