Back to Devexpress

CustomDrawEventArgs Properties

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

latest1.8 KB
Original Source

CustomDrawEventArgs Properties

Provides data for the GridView.CustomDrawGroupPanel and ColumnView.CustomDrawEmptyForeground events.

NameDescription
AppearanceGets the painted element’s appearance settings.
BoundsReturns a value specifying limits for the drawing area.
CacheProvides methods to paint on drawing surfaces in GDI+ and DirectX modes. See DirectX hardware acceleration to learn more.
GraphicsA GDI+ drawing surface. Use the CustomDrawEventArgs.Cache property instead if you enable the DirectX hardware acceleration.
HandledGets or sets a value specifying whether an event was handled and that the default element painting is therefore not required.

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace