Back to Devexpress

CustomDrawRowValueCellEventArgs Constructors

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

latest1.5 KB
Original Source

CustomDrawRowValueCellEventArgs Constructors

Provides data for the VGridControlBase.CustomDrawRowValueCell event.

NameParametersDescription
CustomDrawRowValueCellEventArgs(GraphicsCache, RowValueInfo)cache, rowValueInfoInitializes a new instance of the CustomDrawRowValueCellEventArgs class with the specified settings.
CustomDrawRowValueCellEventArgs(GraphicsCache, Rectangle, AppearanceObject, RowProperties, Int32, Int32, Object, String)cache, r, appearance, properties, recordIndex, cellIndex, cellValue, cellTextInitializes a new instance of the CustomDrawRowValueCellEventArgs class with the specified settings.

See Also

CustomDrawRowValueCellEventArgs Class

CustomDrawRowValueCellEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace