Skip to main content
All docs
V25.1
  • VGridControl.HideComparison() Method

    Hides the comparison.

    Namespace: DevExpress.XtraVerticalGrid

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

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

    Declaration

    public void HideComparison()

    Remarks

    The VGridControl allows you to compare records if the VGridOptionsBehavior.AllowRecordComparison property is set to true.

    The HideComparison method hides the comparison, but does not clear it.

    To clear the comparison, use the VGridControl.ClearComparison method.

    See Also