PropertyItem.FilterOnly property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the filter only flag, e.g. this property should not be used for forms/grids, it is here only to set filtering options.

public bool? FilterOnly { get; set; }

Property Value

The filter only.

See Also