Skip to main content

VGridControlBase.InvalidateRow(BaseRow) Method

Invalidates the specified row.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v24.2.dll

Declaration

public virtual void InvalidateRow(
    BaseRow row
)

Parameters

Name Type Description
row BaseRow

A BaseRow descendant that represents the row to be invalidated.

Remarks

The InvalidateRow method can be useful when you custom paint rows and need to redraw a particular row due to custom changes that don’t lead to automatic repainting.

See Also