Skip to main content

LayoutControl.HardUpdate() Method

OBSOLETE

Use the Refresh() method instead

Recalculates the view information and immediately updates the LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.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