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
Copy file name to clipboardExpand all lines: docs/en/components/controls/SelectionView.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,26 +145,26 @@ SelectionView can be divided into multiple columns. This property defines the nu
145
145
146
146
SelectionView items can be disabled individually. This property defines the name of the property that is used to disable the control. Default value is `IsDisabled`.
147
147
148
-
```csharp
149
-
public class MainViewModel
150
-
{
151
-
public ObservableCollection<Product> Items { get; set; }
0 commit comments