Skip to main content

ParametrizedActionExecuteEventArgs.ParameterCurrentValue Property

Returns the value that has been entered into a Parametrized Action’s editor.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object ParameterCurrentValue { get; }

Property Value

Type Description
Object

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

Remarks

Use this property to process the value entered and validated in the current Parametrized Action’s editor.

See Also