Back to Devexpress

CustomDrawRowFooterEventArgs Properties

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

latest2.3 KB
Original Source

CustomDrawRowFooterEventArgs Properties

Provides data for the TreeList.CustomDrawRowFooter 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.
FooterInfoGets an object containing information about the painted element.
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.
NodeGets the node for whose children the painted row footer is displayed.
PainterGets the painter object that provides the default element’s painting mechanism. Inherited from CustomDrawEventArgs.

See Also

CustomDrawRowFooterEventArgs Class

CustomDrawRowFooterEventArgs Members

DevExpress.XtraTreeList Namespace