Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public class CustomDrawRowEventArgs :
    CustomDrawEventArgs

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.

See Also