Class ListControl
Descendant of the ListControl<TItem> with object items.
public abstract class ListControl : ListControl<object>, IBaseObjectWithId, IDisposableObject, IBaseObject, ISupportInitialize, IFocusable, ITextProperty, IComponent, INotifyDataErrorInfo, IReadOnlyStrings, IListControl<object>, IControl, IDisposable, IWin32Window
- Inheritance
-
ListControl
- Implements
- Derived
Methods
- Add(string, Action)
Adds
text
withaction
to the end of the items collection.
- Add(string, object?)
Adds
text
withdata
to the end of the items collection.
- AddEnumValues(Type, object?)
Adds enum values to the items collection.
- AddEnumValues<T>()
Adds enum values to the items collection.
- AddEnumValues<T>(T)
Adds enum values to items collection.