TemplateDateTimePickerControlDisplayOptions

data class TemplateDateTimePickerControlDisplayOptions(val dateIconVisibility: Any? = null, val dateTimeFormat: String? = null, val helperTextVisibility: Any? = null, val infoIconLabelOptions: TemplateSheetControlInfoIconLabelOptions? = null, val titleOptions: TemplateLabelOptions? = null)

Constructors

constructor(dateIconVisibility: Any? = null, dateTimeFormat: String? = null, helperTextVisibility: Any? = null, infoIconLabelOptions: TemplateSheetControlInfoIconLabelOptions? = null, titleOptions: TemplateLabelOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dateIconVisibility: Any? = null

The date icon visibility of the DateTimePickerControlDisplayOptions .

Link copied to clipboard
val dateTimeFormat: String? = null

Customize how dates are formatted in controls.

Link copied to clipboard

The helper text visibility of the DateTimePickerControlDisplayOptions .

Link copied to clipboard

The configuration of info icon label options.

Link copied to clipboard

The options to configure the title visibility, name, and font size.