corelibraries-devexpress-dot-utils-dot-commands-275ec9bf.md
Defines a command state.
Namespace : DevExpress.Utils.Commands
Assembly : DevExpress.Data.v25.2.dll
NuGet Package : DevExpress.Data
public interface ICommandUIState
Public Interface ICommandUIState
The following members return ICommandUIState objects:
Show 27 links
Use the Command.CreateDefaultCommandUIState method to create a command state for a certain command. The newly created state should be updated via the Command.UpdateUIState method. By checking the ICommandUIState properties, you can decide whether the corresponding action should be performed. If yes, call the Command.ForceExecute method.
See Also