GrapeCity.Win.MultiRow Namespace : SectionPaintingEventArgs Class |
The following tables list the members exposed by SectionPaintingEventArgs.
Name | Description | |
---|---|---|
ClipBounds | Gets the clip area of the current Section that is being painted. | |
Graphics | Gets the graphics object used to draw the cell. | |
Handled | (Inherited from System.ComponentModel.HandledEventArgs) | |
IsPrinting | Gets a value that indicates whether this cell is being printed. | |
RowIndex | Gets the index of the owner Row that the event occurs for. | |
Scope | Gets the cell area that the event occurs for. | |
SectionBounds | Gets the boundary of this section. | |
SectionIndex | Gets the index of the owner Section that the event occurs for. | |
ZoomFactor | Gets the zoom factor of the current GcMultiRow control. |
Name | Description | |
---|---|---|
Paint | Paints the section in the specified clip area. | |
PaintCells | Paints all the cells in the current section to the graphics object. | |
PaintSectionBackground | Paints the background of the current section to the graphics object. | |
PaintSectionBorder | Paints the border of the current section to the graphics object. |