LayoutControl.HardUpdate() Method
In This Article
OBSOLETE
Use the Refresh() method instead
Recalculates the view information and immediately updates the LayoutControl.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Refresh method instead")]
public void HardUpdate()
#Remarks
This method is obsolete. Use the LayoutControl.Refresh method instead.
See Also