C# Class SparkleXrm.DatePickerOptions2

Show file Open project: scottdurow/SparkleXrm Class Usage Examples

Public Properties

Property Type Description
BeforeShow System.Action
ButtonImage string
ButtonImageOnly bool
DateFormat string
FirstDay int?
NumberOfMonths int
OnClose System.Action
OnSelect DatePickerOnSelect
ShowOn string
ShowOtherMonths bool

Public Methods

Method Description
DatePickerOptions2 ( ) : System

Method Details

DatePickerOptions2() public method

public DatePickerOptions2 ( ) : System
return System

Property Details

BeforeShow public property

public Action,System BeforeShow
return System.Action

ButtonImage public property

public string ButtonImage
return string

ButtonImageOnly public property

public bool ButtonImageOnly
return bool

DateFormat public property

public string DateFormat
return string

FirstDay public property

public int? FirstDay
return int?

NumberOfMonths public property

public int NumberOfMonths
return int

OnClose public property

public Action,System OnClose
return System.Action

OnSelect public property

public DatePickerOnSelect OnSelect
return DatePickerOnSelect

ShowOn public property

public string ShowOn
return string

ShowOtherMonths public property

public bool ShowOtherMonths
return bool