CustomDrawRowHeaderCellEventArgs Properties
Provides data for the VGridControlBase.CustomDrawRowHeaderCell event.
Name | Description |
---|---|
Allow |
Gets or sets whether this row header cell’s icon can be painted with a foreground color. |
Allow |
Gets or sets whether the row caption can be formatted using HTML tags. |
Appearance |
Gets the painted element’s appearance settings.
Inherited from Custom |
Bounds |
Gets a value specifying limits for the drawing area.
Inherited from Custom |
Cache |
Gets an object which specifies the storage for the most used pens, fonts and brushes.
Inherited from Custom |
Caption | Gets or sets the text displayed within the painted row header cell. |
Caption |
Gets the bounding rectangle of the row header cell’s caption. |
Cell |
Gets the index of the painted row header cell. |
Focused | Gets a value indicating whether the painted row header cell has focus. |
Focus |
Gets the bounds of the focus rectangle around the row header cell. |
Graphics |
Gets an object used to paint.
Inherited from Custom |
Handled |
Gets or sets a value specifying whether an event was handled, if handled, default actions are not required.
Inherited from Custom |
Hot |
Gets a value indicating whether the mouse pointer passes over the painted row header cell. |
Image |
Gets or sets the image displayed within the painted row header cell. |
Image |
Gets the bounding rectangle within the painted row header cell where the image is to be drawn. |
Is |
Gets a value indicating whether the VGrid |
Painter |
Gets the painter object that provides the default element’s painting mechanism.
Inherited from Custom |
Pressed | Gets a value indicating whether the painted row header cell is pressed. |
Properties |
Provides properties specific to the row being custom painted.
Inherited from Custom |
Row |
Gets the row whose element is to be drawn.
Inherited from Custom |
Selected | Gets whether or not the current row is selected. |
See Also