MultiSelect allows you to style the UI of the control along with the tags and other elements that helps you to change its overall appearance. For example, it lets you customize its background color, foreground color and font styles. Let us explore how to style the MultiSelect control, its tags and highlight text in the following sections.
The following image shows styles applied to C1MultiSelect.
To apply style to MultiSelect using System.Windows.Style class, use the following code.
The following image shows background color applied to the tags in MultiSelect.
To change the background color of tags in MultiSelect, use the following code. Here, the tags styles in C1MultiSelect can be accessed via the TagStyle property. Similarly, you can change the foreground color of the tags in MultiSelect.
The following image shows styles applied to the highlighted text in MultiSelect that appears when the suggested text matches the text entered in the header.
To customize the color and font weight of the highlighted text in MultiSelect, use the following code.