QuickFilterAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that this property should have a quick filter on grid.

[AttributeUsage(AttributeTargets.All)]
public class QuickFilterAttribute : Attribute

Public Members

name description
QuickFilterAttribute(…) Initializes a new instance of the QuickFilterAttribute class.
CssClass { get; set; } Gets or sets the CSS class for generated quick filter div.
Separator { get; set; } Gets or sets a value indicating whether this QuickFilterAttribute should have a separator before others, e.g. wrap into new line.
Value { get; } Gets a value indicating whether this QuickFilterAttribute is enabled.

See Also