| MasterListToListBinderTModel, TListModel Properties |
The MasterListToListBinderTModel, TListModel generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AddHandler |
Gets or sets the method that handles the adding of new items. Can only be set before initialisation.
| |
| AutoAddEnabled |
Gets or sets a value indicating that if AddHandler is null then an automatic add handler should be used.
| |
| AutoDeleteEnabled |
Gets or sets a value indicating that if DeleteHandler is null then an automatic delete handler should be used.
| |
| CheckedChangedHandler |
Gets or sets the method that handles the change in checked state for an existing item. Can only be set before initialisation.
| |
| Control |
Gets the control that is showing the list.
| |
| ControlObject |
Gets the control that has been bound to the model.
(Inherited from ControlBinder.) | |
| ControlValueObject |
See base docs.
(Overrides ControlBinderControlValueObject.) | |
| DeleteHandler |
Gets or sets the method that handles the removal of existing items. Can only be set before initialisation.
| |
| EditHandler |
Gets or sets the method that handles the editing of an existing item. Can only be set before initialisation.
| |
| EnableSorting |
Gets or sets a value indicating that the rows are to be sorted on display. Can only be set before initialisation.
| |
| FetchColumns |
Gets or sets the method that handles the fetching of columns. Can only be set before initialisation.
| |
| GetSortValue |
Gets or sets a delegate that returns a comparable value from the list model for a single column.
| |
| Initialised |
Gets a value indicating that the object has been initialised.
(Inherited from ControlBinder.) | |
| Model |
Gets the model that owns the list.
| |
| ModelList |
Gets the list held by the model.
| |
| ModelListBindingList |
Gets the ModelList as an IBindingList.
| |
| ModelObject |
Gets the model that has been bound to the control.
(Inherited from ControlBinder.) | |
| ModelValueObject |
See base docs.
(Overrides ControlBinderModelValueObject.) | |
| 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.) |