C# 클래스 SparkleXrm.DatePickerOptions2

파일 보기 프로젝트 열기: scottdurow/SparkleXrm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BeforeShow System.Action
ButtonImage string
ButtonImageOnly bool
DateFormat string
FirstDay int?
NumberOfMonths int
OnClose System.Action
OnSelect DatePickerOnSelect
ShowOn string
ShowOtherMonths bool

공개 메소드들

메소드 설명
DatePickerOptions2 ( ) : System

메소드 상세

DatePickerOptions2() 공개 메소드

public DatePickerOptions2 ( ) : System
리턴 System

프로퍼티 상세

BeforeShow 공개적으로 프로퍼티

public Action,System BeforeShow
리턴 System.Action

ButtonImage 공개적으로 프로퍼티

public string ButtonImage
리턴 string

ButtonImageOnly 공개적으로 프로퍼티

public bool ButtonImageOnly
리턴 bool

DateFormat 공개적으로 프로퍼티

public string DateFormat
리턴 string

FirstDay 공개적으로 프로퍼티

public int? FirstDay
리턴 int?

NumberOfMonths 공개적으로 프로퍼티

public int NumberOfMonths
리턴 int

OnClose 공개적으로 프로퍼티

public Action,System OnClose
리턴 System.Action

OnSelect 공개적으로 프로퍼티

public DatePickerOnSelect OnSelect
리턴 DatePickerOnSelect

ShowOn 공개적으로 프로퍼티

public string ShowOn
리턴 string

ShowOtherMonths 공개적으로 프로퍼티

public bool ShowOtherMonths
리턴 bool