MultiColumnComboBoxColumnBuilder
Defines the fluent API for configuring MultiColumnComboBoxColumn
Methods
Field(System.String)
Defines the field for the column.
Parameters
value - System.String
The value for Field
Title(System.String)
Defines the text of the column title in the header.
Parameters
value - System.String
The value for Title
Template(System.String)
Renders a template for the column.
Parameters
value - System.String
The value for Template
TemplateId(System.String)
Renders a template for the column.
Parameters
templateId - System.String
The ID of the template element for Template
HeaderTemplate(System.String)
Renders a template for the column header.
Parameters
value - System.String
The value for HeaderTemplate
HeaderTemplateId(System.String)
Renders a template for the column header.
Parameters
templateId - System.String
The ID of the template element for HeaderTemplate
Width(System.String)
The width of the column. Numeric values are treated as pixels.
Parameters
value - System.String
The value for Width
Width(System.Int32)
The width of the column. Numeric values are treated as pixels.
Parameters
value - System.Int32
The value for Width