Hierarchy

  • DatePickerIOSProperties

Properties

title: string

Gets/sets title of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

titleColor: IColor

Gets/sets titleColor of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

titleFont: IFont

Gets/sets titleFont of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

cancelColor: IColor

Gets/sets cancelColor of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

cancelHighlightedColor: IColor

Gets/sets cancelHighlightedColor of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

cancelFont: IFont

Gets/sets cancelFont of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

okColor: IColor

Gets/sets okColor of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

okHighlightedColor: IColor

Gets/sets okHighlightedColor of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

okFont: IFont

Gets/sets okColor of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

datePickerMode: DatePickerMode

The mode determines whether dates, times, or both dates and times are displayed.

Property

Ios

Since

3.1.3

cancelText: string

Gets/sets cancelText of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

okText: string

Gets/sets okText of the picker. This property only works with show method. Must set before show method.

Property

Ios

Since

3.1.3

textColor?: IColor

Gets/sets textColor of Picker.

Property

Ios

Since

4.2.3

dialogLineColor: IColor

Gets/sets dialogLineColor of Picker.

Property

Ios

Since

4.2.3

dialogBackgroundColor: IColor

Gets/sets dialogBackgroundColor of Picker.

Property

Ios

Since

4.2.3

Generated using TypeDoc