| ComboBoxEnumBinderTModel, TValue Properties | 
The ComboBoxEnumBinderTModel, TValue generic type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Control | 
            Gets the control.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | ControlObject | 
            Gets the control that has been bound to the model.
            (Inherited from ControlBinder.) | 
|  | ControlValue | 
            Gets the control's value.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | ControlValueObject | 
            See base docs.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | GetListItemDescription | 
            Gets or sets a method that returns a list item's description. Cannot be set after initialisation.
            (Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.) | 
|  | GetListItemValue | 
            Gets or sets a method that returns the list item's value. Cannot be set after initialisation.
            (Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.) | 
|  | Initialised | 
            Gets a value indicating that the object has been initialised.
            (Inherited from ControlBinder.) | 
|  | ItemDescriptions | 
            The list of descriptions that we're going to use for the list.
            (Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.) | 
|  | List | 
            Gets the list.
            (Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.) | 
|  | Model | 
            Gets the model.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | ModelObject | 
            Gets the model that has been bound to the control.
            (Inherited from ControlBinder.) | 
|  | ModelPropertyName | 
            Gets or sets the name of the model's property to bind to.
            Only required if the ctor getModelValue parameter does more than just return a property.
            Cannot be set once the binder has been initialised.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | ModelValue | 
            Gets the model's value.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | ModelValueObject | 
            See base docs.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | SortList | 
            Gets or sets a value indicating that the list should be sorted.
            (Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.) | 
|  | UpdateMode | 
            Gets or sets an indication of when values are copied from the control to the model.
            Cannot be modified once the binder has been initialised.
            (Inherited from ControlBinder.) | 
 See Also
See Also