TemplateDropDownControlDisplayOptions

data class TemplateDropDownControlDisplayOptions(val infoIconLabelOptions: TemplateSheetControlInfoIconLabelOptions? = null, val selectAllOptions: TemplateListControlSelectAllOptions? = null, val titleOptions: TemplateLabelOptions? = null)

Constructors

Link copied to clipboard
constructor(infoIconLabelOptions: TemplateSheetControlInfoIconLabelOptions? = null, selectAllOptions: TemplateListControlSelectAllOptions? = null, titleOptions: TemplateLabelOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The configuration of info icon label options.

Link copied to clipboard

The configuration of the Select all options in a dropdown control.

Link copied to clipboard

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