CustomDrawRowEventArgs Class
Serves as a base for classes providing data for all events used to custom paint row elements.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Remarks
The CustomDrawRowEventArgs class serves as the base for all objects used to paint the row elements (such as data cells, row buttons etc). This class inherits settings from the CustomDrawEventArgs class that are common to all custom painting event parameters. This includes the element’s bounding rectangle, style and the object providing painting facilities. It also introduces the CustomDrawRowEventArgs.Row property representing the row containing the painted element.