Class DateRangePickerAttribute
Inheritance
DateRangePickerAttribute
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
[AttributeUsage(AttributeTargets.Property)]
public class DateRangePickerAttribute : Attribute
Constructors
Declaration
public DateRangePickerAttribute(string pickerId, bool isStart = false)
Parameters
Type |
Name |
Description |
string |
pickerId |
|
bool |
isStart |
|
Properties
Declaration
public bool IsEnd { get; }
Property Value
Declaration
public bool IsStart { get; set; }
Property Value
Declaration
public string PickerId { get; set; }
Property Value
Extension Methods