Table of Contents

Method BeginUpdateActions

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BeginUpdateActions()

Prepares the associated actions control for a batch of updates, minimizing redraws and improving performance.

public virtual void BeginUpdateActions()

Remarks

This method should be called before performing multiple updates to the actions control to avoid unnecessary rendering and improve efficiency. Ensure that EndUpdateActions() is called after the updates are completed to resume normal rendering.