Skip to main content
A newer version of this page is available.

Parameter.Value Property

Specifies the parameter’s value.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v20.2.Core.dll

NuGet Package: DevExpress.Snap.Core

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

A Object value, specifying the parameter’s value.

Remarks

The parameter value depends upon its type, specified by the Parameter.Type property.

See Also