Skip to main content
All docs
V25.2
  • TreeList.InvalidateRow(RowInfo) Method

    Invalidates the node that corresponds to the specified view information.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.2.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    public virtual 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