Back to Devexpress

LayoutControl.HardUpdate() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-4844820c.md

latest1.4 KB
Original Source

LayoutControl.HardUpdate() Method

OBSOLETE

Use the Refresh() method instead

Recalculates the view information and immediately updates the LayoutControl.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the Refresh method instead")]
public void HardUpdate()
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the Refresh method instead")>
Public Sub HardUpdate

Remarks

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

See Also

Refresh()

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace