Skip to main content
A newer version of this page is available. .

LayoutControl.HardUpdate() Method

OBSOLETE

Use the Refresh() method instead

Recalculates the view information and immediately updates the LayoutControl.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[Browsable(false)]
[Obsolete("Use the Refresh method instead")]
public void HardUpdate()

Remarks

This method is obsolete. Use the LayoutControl.Refresh method instead.

See Also