Skip to main content
Tab

FilterControlParseValueEventArgs.Value Property

Gets or sets a value that represents the filter condition for the filter control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public object Value { get; set; }

#Property Value

Type Description
Object

An object that represents a value.

See Also