Skip to main content
Tab

FilterControlCriteriaValueEditorInitializeEventArgs.Value Property

Gets the processed editor value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object Value { get; }

Property Value

Type Description
Object

A Object containing the processed editor value.

See Also