Property EnumItems
| Improve this Doc View SourceEnumItems
Gets the enum items which can be used in combobox.
Declaration
public IEnumerable<EnumItem<T? >> EnumItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<EnumItem<System.Nullable<T>>> |