Template Date Time Picker Control Display Options
data class TemplateDateTimePickerControlDisplayOptions(val dateIconVisibility: Any? = null, val dateTimeFormat: String? = null, val helperTextVisibility: Any? = null, val infoIconLabelOptions: TemplateSheetControlInfoIconLabelOptions? = null, val titleOptions: TemplateLabelOptions? = null)
Constructors
Link copied to clipboard
constructor(dateIconVisibility: Any? = null, dateTimeFormat: String? = null, helperTextVisibility: Any? = null, infoIconLabelOptions: TemplateSheetControlInfoIconLabelOptions? = null, titleOptions: TemplateLabelOptions? = null)
Properties
Link copied to clipboard
The date icon visibility of the DateTimePickerControlDisplayOptions
.
Link copied to clipboard
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.