Click or drag to resize

DataFilterHideValues Property

The setting works in direct correlation with the Values property. If true the values that are passed in will not be shown in the data result, if false then only the filter values that match the criteria will show in the data result.

Namespace: AppOne.Services.V2
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool HideValues { get; set; }

Property Value

Boolean
See Also