Skip to main content
A newer version of this page is available. .

RichEditControl.UpdateCommandUI() Method

Refreshes the command UI of the RichEditControl.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public void UpdateCommandUI()

Remarks

The UpdateCommandUI updates the command state for commands available to an end-user, via the RichEditControl user interface. This method is called whenever any change in the layout, content or appearance of the RichEditControl occurs, and the control refresh procedure is required.

See Also