QuickFilterOptionAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Add an option to the quick filtering.

[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true)]
public class QuickFilterOptionAttribute : Attribute

Public Members

name description
QuickFilterOptionAttribute(…) Initializes a new instance of the QuickFilterOptionAttribute class.
Key { get; } Gets the key of the quick filter option.
Value { get; } Gets the value of the quick filter option.

See Also