[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.MaskEnumerationField.Items

Items Property

Items

Gets or sets the items of MaskEnumerationField. This is a dependency property.

Declaration
public ObservableCollection<StringItem> Items { get; set; }
Public Property Items As ObservableCollection(Of StringItem)
Property Value
Type Description
ObservableCollection<StringItem>

A ObservableCollection<T> value that contains string items.

Exceptions
Type Condition
ArgumentException

The assigned value is not type of ObservableCollection<T> or it contains empty or null string.