Back to Devexpress

CustomDrawEventArgs Properties

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdraweventargs-dot-underscore-properties.md

latest2.0 KB
Original Source

CustomDrawEventArgs Properties

Serves as a base for classes providing data for all events used to custom paint the elements of the VGridControlBase descendants.

NameDescription
AppearanceGets the painted element’s appearance settings.
BoundsGets a value specifying limits for the drawing area.
CacheGets an object which specifies the storage for the most used pens, fonts and brushes.
GraphicsGets an object used to paint.
HandledGets or sets a value specifying whether an event was handled, if handled, default actions are not required.
IsRightToLeftGets a value indicating whether the VGridControl‘s elements are aligned to support locales using right-to-left fonts.
ObjectArgsGets an object containing information about the painted element.
PainterGets the painter object that provides the default element’s painting mechanism.

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace