TcxDrawSectionEvent Type
Declaration
TcxDrawSectionEvent = procedure(HeaderControl: TcxCustomHeader; Section: TcxHeaderSection; const ARect: TRect; Pressed: Boolean) of object;
Parameters
Name | Type |
---|---|
HeaderControl | TcxCustomHeader |
Section | TcxHeaderSection |
ARect | TRect |
Pressed | Boolean |
See Also