Skip to main content

ParametrizedAction.Value Property

Specifies the value currently entered into the a Parametrized Action’s editor.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v26.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public object Value { get; set; }

Property Value

Type Description
Object

An object value that represents the current value of the Parametrized Action’s editor.

See Also