Skip to main content

DockManagerAppearances.EndUpdate() Method

Unlocks the DockManagerAppearances object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void EndUpdate()

Remarks

See DockManagerAppearances.BeginUpdate to learn more.

See Also