Back to Devexpress

ColumnHeaderCustomDrawEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-columnheadercustomdraweventargs-dot-underscore-properties.md

latest3.1 KB
Original Source

ColumnHeaderCustomDrawEventArgs Properties

Provides data for the GridView.CustomDrawColumnHeader event.

NameDescription
AppearanceGets the painted element’s appearance settings. Inherited from CustomDrawEventArgs.
BoundsReturns a value specifying limits for the drawing area. Inherited from CustomDrawEventArgs.
CacheProvides methods to paint on drawing surfaces in GDI+ and DirectX modes. See DirectX hardware acceleration to learn more. Inherited from CustomDrawEventArgs.
ColumnGets the GridColumn whose header is to be drawn. Returns null if an “empty column header” is currently being painted.
GraphicsA GDI+ drawing surface. Use the CustomDrawEventArgs.Cache property instead if you enable the DirectX hardware acceleration. 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.
InfoGets an object providing information necessary to paint a column header.
PainterGets the painter object that provides the default element painting mechanism. Inherited from CustomDrawObjectEventArgs.

See Also

ColumnHeaderCustomDrawEventArgs Class

ColumnHeaderCustomDrawEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace