Skip to main content
A newer version of this page is available.
All docs
V19.2

ResourcesTree.LayoutChanged() Method

Called when substantial changes are applied to the ResourcesTree object.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v19.2.Extensions.dll

Declaration

public override void LayoutChanged()

Remarks

This method recalculates all graphical information of the current ResourcesTree instance and redraws it.

See Also