[]
Gets or sets the items of MaskEnumerationField. This is a dependency property.
public ObservableCollection<StringItem> Items { get; set; }
Public Property Items As ObservableCollection(Of StringItem)
Type | Description |
---|---|
ObservableCollection<StringItem> | A ObservableCollection<T> value that contains string items. |
Type | Condition |
---|---|
ArgumentException | The assigned value is not type of ObservableCollection<T> or it contains empty or null string. |