Template List Control Display Options
data class TemplateListControlDisplayOptions(val infoIconLabelOptions: TemplateSheetControlInfoIconLabelOptions? = null, val searchOptions: TemplateListControlSearchOptions? = null, val selectAllOptions: TemplateListControlSelectAllOptions? = null, val titleOptions: TemplateLabelOptions? = null)
Constructors
Link copied to clipboard
constructor(infoIconLabelOptions: TemplateSheetControlInfoIconLabelOptions? = null, searchOptions: TemplateListControlSearchOptions? = null, selectAllOptions: TemplateListControlSelectAllOptions? = null, titleOptions: TemplateLabelOptions? = null)
Properties
Link copied to clipboard
The configuration of info icon label options.
Link copied to clipboard
The configuration of the search options in a list control.
Link copied to clipboard
The configuration of the Select all
options in a list control.
Link copied to clipboard
The options to configure the title visibility, name, and font size.