Back to Devexpress

CustomDrawNodeIndicatorEventArgs Properties

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

latest2.5 KB
Original Source

CustomDrawNodeIndicatorEventArgs Properties

Provides data for the TreeList.CustomDrawNodeIndicator 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.
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.
ImageIndexGets or sets the index of an image to be painted in the indicator cell.
IndicatorArgsGets an object containing information about the painted element.
IsNodeIndicatorGets a value indicating whether the painted indicator cell corresponds to a node or to a row footer.
PainterGets the painter object that provides the default element’s painting mechanism. Inherited from CustomDrawEventArgs.

See Also

CustomDrawNodeIndicatorEventArgs Class

CustomDrawNodeIndicatorEventArgs Members

DevExpress.XtraTreeList Namespace