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

SpreadsheetControl.UpdateCommandUI() Method

Refreshes the SpreadsheetControl command UI.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v18.2.dll

Declaration

public void UpdateCommandUI()

Remarks

The UpdateCommandUI method updates the command state for commands available in the Spreadsheet UI. Call this method whenever any change in the layout, content or appearance of the SpreadsheetControl occurs and the control refresh procedure is required.

See Also