C# Class SparkleXrm.DatePickerOptions2

Afficher le fichier Open project: scottdurow/SparkleXrm Class Usage Examples

Méthodes publiques

Свойство Type Description
BeforeShow System.Action
ButtonImage string
ButtonImageOnly bool
DateFormat string
FirstDay int?
NumberOfMonths int
OnClose System.Action
OnSelect DatePickerOnSelect
ShowOn string
ShowOtherMonths bool

Méthodes publiques

Méthode Description
DatePickerOptions2 ( ) : System

Method Details

DatePickerOptions2() public méthode

public DatePickerOptions2 ( ) : System
Résultat System

Property Details

BeforeShow public_oe property

public Action,System BeforeShow
Résultat System.Action

ButtonImage public_oe property

public string ButtonImage
Résultat string

ButtonImageOnly public_oe property

public bool ButtonImageOnly
Résultat bool

DateFormat public_oe property

public string DateFormat
Résultat string

FirstDay public_oe property

public int? FirstDay
Résultat int?

NumberOfMonths public_oe property

public int NumberOfMonths
Résultat int

OnClose public_oe property

public Action,System OnClose
Résultat System.Action

OnSelect public_oe property

public DatePickerOnSelect OnSelect
Résultat DatePickerOnSelect

ShowOn public_oe property

public string ShowOn
Résultat string

ShowOtherMonths public_oe property

public bool ShowOtherMonths
Résultat bool