Search
DrawRowEventArgs Members
Properties
 


Provides data for the DrawRow event.

The following tables list the members exposed by the DrawRowEventArgs type.

 Public Properties

  Name Description

Graphics

Gets the Graphics instance that can be used to perform custom drawing.

HeaderBounds

Gets the bounding rectangle of the row header.

Row

Gets the related row. (Inherited from RowEventArgs.)

 See Also