FlexGrid for WinForms
OwnerDrawCellEventArgs Class Members
Properties  Methods 

The following tables list the members exposed by OwnerDrawCellEventArgs.

Public Constructors
 NameDescription
Public ConstructorOwnerDrawCellEventArgs ConstructorInitializes a new instance of the OwnerDrawCellEventArgs class.  
Top
Public Properties
 NameDescription
Public PropertyBoundsGet the rectangle where the cell will be painted (in client coordinates).  
Public PropertyColGet the column index of the cell being painted.  
Public PropertyGraphicsGets the Graphics object used to draw the cell. Use this object to draw custom elements in the cell.  
Public PropertyHandledGets or sets whether the event has finished drawing the cell.  
Public PropertyImageGets or sets the image that will be displayed in the cell.  
Public PropertyMeasuringGets a value that determines if the event was fired only to measure the cell.  
Public PropertyRowGet the row index of the cell being painted.  
Public PropertyStyleSets or sets the CellStyle object used to paint the cell.  
Public PropertyTextGets or sets the text that will be displayed in the cell.  
Top
Public Methods
 NameDescription
Public MethodDrawCellOverloaded. Causes the grid to paint parts of the cell (background, foreground, border, etc.)  
Top
See Also

Reference

OwnerDrawCellEventArgs Class
C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback