File tree Expand file tree Collapse file tree 3 files changed +1320
-1316
lines changed Expand file tree Collapse file tree 3 files changed +1320
-1316
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Syncfusion . Maui . Toolkit . Chips
4
4
{
5
- /// <summary>
6
- /// Defines the type for adding collection of SfChip.
7
- /// </summary>
8
- public class ChipCollection : ObservableCollection < SfChip >
9
- {
10
- #region Constructor
5
+ /// <summary>
6
+ /// Defines the type for adding collection of SfChip.
7
+ /// </summary>
8
+ public partial class ChipCollection : ObservableCollection < SfChip >
9
+ {
10
+ #region Constructor
11
11
12
- /// <summary>
13
- /// Initializes a new instance of the <see cref="ChipCollection"/> class.
14
- /// </summary>
15
- /// <param name="group">Chip group.</param>
16
- public ChipCollection ( SfChipGroup group )
17
- {
18
- if ( group != null )
19
- {
20
- CollectionChanged += group . ItemsCollectionChanged ;
21
- }
22
- }
12
+ /// <summary>
13
+ /// Initializes a new instance of the <see cref="ChipCollection"/> class.
14
+ /// </summary>
15
+ /// <param name="group">Chip group.</param>
16
+ public ChipCollection ( SfChipGroup group )
17
+ {
18
+ if ( group != null )
19
+ {
20
+ CollectionChanged += group . ItemsCollectionChanged ;
21
+ }
22
+ }
23
23
24
- #endregion
25
- }
24
+ #endregion
25
+ }
26
26
}
You can’t perform that action at this time.
0 commit comments