Items |
public class ItemsController<TItem> : INotifyPropertyChanged, IDisposable
The ItemsControllerTItem type exposes the following members.
Name | Description | |
---|---|---|
ItemsControllerTItem | Initializes a new instance of the ItemsControllerTItem class | |
ItemsControllerTItem(SelectableListNodeList, ActionTItem) | Initializes a new instance of the ItemsControllerTItem class. | |
ItemsControllerTItem(SelectableListNodeList, ActionValueTupleTItem, Int32, TItem, Int32) | Initializes a new instance of the ItemsControllerTItem class | |
ItemsControllerTItem(SelectableListNodeList, TItem, ActionTItem) | Initializes a new instance of the ItemsControllerTItem class. |
Name | Description | |
---|---|---|
Items | Gets or sets the items. Used to bind the items to the Gui element. | |
SelectedIndex | Gets the index of the selected item, or -1 if nothing is selected. | |
SelectedItem | Gets or sets the selected item. Used to bind the Selecteditem property of the Gui element. | |
SelectedValue | Gets or sets the selected value. It is not recommended to bind the SelectedValue property of the Gui element to this; better bind the SelectedItem property of the Gui element to SelectedItem. |
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the ItemsControllerTItem | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetIndexOf | ||
GetType | Gets the Type of the current instance. (Inherited from Object) | |
Initialize(SelectableListNodeList, ActionTItem) | Initializes a new instance of the ItemsControllerTItem class. | |
Initialize(SelectableListNodeList, TItem, ActionTItem) | Initializes a new instance of the ItemsControllerTItem class. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
OnPropertyChanged | ||
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. |