You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can control the appearance of the ComboBox by setting the following attribute:
13
+
You can control the appearance of the MultiColumnComboBox by setting the following attributes:
14
14
15
15
*[Size](#size)
16
16
*[Rounded](#rounded)
@@ -19,7 +19,7 @@ You can control the appearance of the ComboBox by setting the following attribut
19
19
20
20
## Size
21
21
22
-
You can increase or decrease the size of the ComboBox by setting the `Size` attribute to a member of the `Telerik.Blazor.ThemeConstants.ComboBox.Size` class:
22
+
You can increase or decrease the size of the MultiColumnComboBox by setting the `Size` attribute to a member of the `Telerik.Blazor.ThemeConstants.ComboBox.Size` class:
23
23
24
24
| Class members | Manual declarations |
25
25
|------------|--------|
@@ -41,15 +41,19 @@ You can increase or decrease the size of the ComboBox by setting the `Size` attr
@@ -74,7 +78,7 @@ You can increase or decrease the size of the ComboBox by setting the `Size` attr
74
78
75
79
## Rounded
76
80
77
-
The `Rounded` attribute applies the `border-radius` CSS rule to the ComboBox to achieve curving of the edges. You can set it to a member of the `Telerik.Blazor.ThemeConstants.ComboBox.Rounded` class:
81
+
The `Rounded` attribute applies the `border-radius` CSS rule to the MultiColumnComboBox to achieve curving of the edges. You can set it to a member of the `Telerik.Blazor.ThemeConstants.ComboBox.Rounded` class:
78
82
79
83
| Class members | Manual declarations |
80
84
|------------|--------|
@@ -99,15 +103,19 @@ The `Rounded` attribute applies the `border-radius` CSS rule to the ComboBox to
@@ -132,7 +140,7 @@ The `Rounded` attribute applies the `border-radius` CSS rule to the ComboBox to
132
140
133
141
## FillMode
134
142
135
-
The `FillMode` controls how the TelerikComboBox is filled. You can set it to a member of the `Telerik.Blazor.ThemeConstants.ComboBox.FillMode` class:
143
+
The `FillMode` controls how the TelerikMultiColumnComboBox is filled. You can set it to a member of the `Telerik.Blazor.ThemeConstants.ComboBox.FillMode` class:
136
144
137
145
| Class members | Result |
138
146
|------------|--------|
@@ -156,15 +164,19 @@ The `FillMode` controls how the TelerikComboBox is filled. You can set it to a m
0 commit comments