Back to Devexpress

RowCellCustomDrawEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-rowcellcustomdraweventargs-dot-underscore-properties.md

latest3.3 KB
Original Source

RowCellCustomDrawEventArgs Properties

Provides data for the GridView.CustomDrawCell, CardView.CustomDrawCardField, CardView.CustomDrawCardFieldCaption, and CardView.CustomDrawCardFieldValue events.

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.
CellProvides information on the painted cell.
CellValueGets the painted value or display text (depending on the event).
ColumnGets the column whose element is being painted.
DisplayTextGets or sets the painted element’s display text.
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.
RowHandleGets the handle of a painted element’s row.

See Also

RowCellCustomDrawEventArgs Class

RowCellCustomDrawEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace