TcxDrawSectionEvent Type
In This Article
#Declaration
Delphi
TcxDrawSectionEvent = procedure(HeaderControl: TcxCustomHeader; Section: TcxHeaderSection; const ARect: TRect; Pressed: Boolean) of object;
#Parameters
Name | Type |
---|---|
Header |
Tcx |
Section | Tcx |
ARect | TRect |
Pressed | Boolean |
See Also