DateTimeFilteringAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Indicates that this field should have date/time type of filtering
[AttributeUsage(AttributeTargets.All)]
public class DateTimeFilteringAttribute : CustomFilteringAttribute
Public Members
| name | description |
|---|---|
| DateTimeFilteringAttribute() | Creates a new DateTimeFilteringAttribute |
| DisplayFormat { get; set; } | Gets/sets optional display format to use for display of filter |
| const Key | Filtering type key |
See Also
- class CustomFilteringAttribute
- Source: DateTimeFilteringAttribute.cs