Skip to content

QuickFilterAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

[AttributeUsage(AttributeTargets.All)]
public class QuickFilterAttribute : Attribute
parameter description
value if set to true quick filter is enabled.

Public Members

name description
QuickFilterAttribute(…) Indicates that this property should have a quick filter on the grid.
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 onto a new line.
Value { get; } Gets a value indicating whether this QuickFilterAttribute is enabled.

Remarks

Initializes a new instance of the QuickFilterAttribute class.

See Also