Skip to main content
Tab

FilterControlCriteriaValueEditorCreateEventArgs.Value Property

Gets or sets the processed editor value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object Value { get; set; }

Property Value

Type Description
Object

A Object containing the processed editor value.

See Also