Skip to main content

ICommandUIState.EditValue Property

Gets or sets the value used by a command.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v14.2.dll

#Declaration

object EditValue { get; set; }

#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