GrapeCity.Win.MultiRow Namespace : CellPaintingEventArgs Class |
The following tables list the members exposed by CellPaintingEventArgs.
Name | Description | |
---|---|---|
![]() | CellBounds | Gets the cell boundary. |
![]() | CellIndex | Gets the cell index in its parent Section. |
![]() | CellName | Gets the name of the cell. |
![]() | CellStyle | Gets the display style of the Cell being painted. |
![]() | ClipBounds | Gets the clip boundary of the current Cell that is being painted. |
![]() | Enabled | Gets a value that indicates whether this cell is enabled. |
![]() | ErrorIcon | Gets the cell error icon. |
![]() | ErrorIconAlignment | Gets the alignment of the error icon associated with the cell. |
![]() | ErrorText | Gets the error text of the error that occurred on the cell. |
![]() | FormattedValue | Gets the formatted value of the current cell. |
![]() | 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. |
![]() | SectionIndex | Gets the index of the owner Section that the event occurs for. |
![]() | Selected | Gets a value that indicates whether the specified Cell is selected. |
![]() | Value | Gets the cell value. |
![]() | ZoomFactor | Gets the zoom factor of the current GcMultiRow control. |
Name | Description | |
---|---|---|
![]() | Paint | Paints the cell area in the specified clip boundary. |
![]() | PaintBackground | Paints the cell's background for the specified area. |
![]() | PaintBorder | Paints the cell border for the area in the specified bounds. |
![]() | PaintCellNoteTriangleSymbol | Paints the TriangleSymbol of the CellNote in the top-right corner of the Cell. |
![]() | PaintErrorIcon | Paints the error icon of the cell in the specified area. |
![]() | PaintForeground | Paints the cell's foreground for the specified area. |
![]() | PaintWaveLine | Paints the wave line of the cell in the specified area. |