Analysis Date Time Picker Control Display Options
data class AnalysisDateTimePickerControlDisplayOptions(val dateIconVisibility: AnalysisVisibility? = null, val dateTimeFormat: String? = null, val helperTextVisibility: AnalysisVisibility? = null, val infoIconLabelOptions: AnalysisSheetControlInfoIconLabelOptions? = null, val titleOptions: AnalysisLabelOptions? = null)
Constructors
Link copied to clipboard
constructor(dateIconVisibility: AnalysisVisibility? = null, dateTimeFormat: String? = null, helperTextVisibility: AnalysisVisibility? = null, infoIconLabelOptions: AnalysisSheetControlInfoIconLabelOptions? = null, titleOptions: AnalysisLabelOptions? = 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.