QuickFilterOptionAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Add an option to the quick filtering.
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true)]
public class QuickFilterOptionAttribute : Attribute
| parameter | description |
|---|---|
| key | The key. |
| value | The value. |
Public Members
| name | description |
|---|---|
| QuickFilterOptionAttribute(…) | Add an option to the quick filtering. |
| Key { get; } | Gets the key of the quick filter option. |
| Value { get; } | Gets the value of the quick filter option. |
Remarks
Initializes a new instance of the QuickFilterOptionAttribute class.
See Also
- Source: QuickFilterOptionAttribute.cs