ICommandUIState.EditValue Property
In This Article
Gets or sets the value used by a command.
Namespace: DevExpress.Utils.Commands
Assembly: DevExpress.Data.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object representing the value used by a command. |
#Remarks
The EditValue property enables you to specify a value required by a command.
See the ChangeFontColorCommand topic for an example of use.
See Also