Skip to main content
All docs
V26.1
  • GanttControl.InvalidateRow(RowInfo) Method

    Invalidates the node that corresponds to the specified view information.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v26.1.dll

    Declaration

    public override void InvalidateRow(
        RowInfo rowInfo
    )

    Parameters

    Name Type Description
    rowInfo DevExpress.XtraTreeList.ViewInfo.RowInfo

    An object that contains view information about a tree list node.

    See Also