Back to Devexpress

CustomDrawEventArgs Constructors

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdraweventargs-dot-ctor.md

latest2.1 KB
Original Source

CustomDrawEventArgs Constructors

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

NameParametersDescription
CustomDrawEventArgs()noneInitializes a new instance of the CustomDrawEventArgs class.
CustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject, ObjectPainter, Boolean)cache, bounds, appearance, painter, isRightToLeftInitializes a new instance of the CustomDrawEventArgs class with the specified settings.
CustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject, ObjectPainter)cache, bounds, appearance, painterInitializes a new instance of the CustomDrawEventArgs class with the specified settings.
CustomDrawEventArgs(GraphicsCache, Rectangle, AppearanceObject)cache, bounds, appearanceInitializes a new instance of the CustomDrawEventArgs class.

See Also

CustomDrawEventArgs Class

CustomDrawEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace