Back to Devexpress

CustomDrawColumnHeaderEventArgs Properties

windowsforms-devexpress-dot-xtratreelist-dot-customdrawcolumnheadereventargs-dot-underscore-properties.md

latest3.3 KB
Original Source

CustomDrawColumnHeaderEventArgs Properties

Provides data for the TreeList.CustomDrawColumnHeader event.

NameDescription
AppearanceGets the painted element’s appearance settings. Inherited from CustomDrawEventArgs.
BoundsGets the painted element’s bounding rectangle. Inherited from CustomDrawEventArgs.
CacheGets an object specifying the storage for the most used pens, fonts and brushes. Inherited from CustomDrawEventArgs.
CaptionGets or sets the text displayed within the painted column header.
CaptionRectGets the rectangle where the column caption is intended to be drawn.
ColumnGets the column whose header is painted.
ColumnInfoGets an object containing information about the painted element.
ColumnTypeGets a value indicating the type of element to be painted.
GraphicsGets an object used to paint. Inherited from CustomDrawEventArgs.
HandledGets or sets a value specifying whether an event was handled and that the default element painting is therefore not required. Inherited from CustomDrawEventArgs.
HotTrackGets a value indicating whether the painted column header is hot tracked.
PainterGets the painter object that provides the default element’s painting mechanism. Inherited from CustomDrawEventArgs.
PressedGets a value indicating whether the painted element is pressed.
SortShapeRectGets the rectangle where the image indicating sort order is intended to be drawn.

See Also

CustomDrawColumnHeaderEventArgs Class

CustomDrawColumnHeaderEventArgs Members

DevExpress.XtraTreeList Namespace