Back to Devexpress

BaseComponent.LayoutChanged() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-base-dot-basecomponent-2c00db78.md

latest1.3 KB
Original Source

BaseComponent.LayoutChanged() Method

Updates the element.

Namespace : DevExpress.XtraBars.Docking2010.Base

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void LayoutChanged()
vb
Public Sub LayoutChanged

Remarks

The LayoutChanged method recalculates all the graphical information of the BaseComponent object and redraws it. This method is automatically called when changes are applied to a BaseComponent.

See Also

BaseComponent Class

BaseComponent Members

DevExpress.XtraBars.Docking2010.Base Namespace