Click or drag to resize
MasterListToSubsetBinderTSubsetModel, TMasterModel, TListModel, TIdentifier Properties

The MasterListToSubsetBinderTSubsetModel, TMasterModel, TListModel, TIdentifier generic type exposes the following members.

Properties
  NameDescription
Public propertyAddHandler
Gets or sets the method that handles the adding of new items. Can only be set before initialisation.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyAutoAddEnabled
Gets or sets a value indicating that if AddHandler is null then an automatic add handler should be used.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyAutoDeleteEnabled
Gets or sets a value indicating that if DeleteHandler is null then an automatic delete handler should be used.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyCheckedChangedHandler
See base docs. Throws exception if you try to set it.
(Overrides MasterListToListBinderTModel, TListModelCheckedChangedHandler.)
Public propertyControl
Gets the control that is showing the list.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyControlObject
Gets the control that has been bound to the model.
(Inherited from ControlBinder.)
Public propertyControlValueObject
See base docs.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyDeleteHandler
Gets or sets the method that handles the removal of existing items. Can only be set before initialisation.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyEditHandler
Gets or sets the method that handles the editing of an existing item. Can only be set before initialisation.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyEnableSorting
Gets or sets a value indicating that the rows are to be sorted on display. Can only be set before initialisation.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyFetchColumns
Gets or sets the method that handles the fetching of columns. Can only be set before initialisation.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyGetListIdentifierAction
Gets or sets the action that retrieves the identifier from a row list item.
Public propertyGetSortValue
Gets or sets a delegate that returns a comparable value from the list model for a single column.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyGetSubsetAction
Gets or sets the action that retrieves the subset list from the subset model.
Public propertyInitialised
Gets a value indicating that the object has been initialised.
(Inherited from ControlBinder.)
Public propertyModel
Gets the model that owns the list.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyModelList
Gets the list held by the model.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyModelListBindingList
Gets the ModelList as an IBindingList.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertyModelObject
Gets the model that has been bound to the control.
(Inherited from ControlBinder.)
Public propertyModelSubsetBindingList
Gets the list of subset identitifers as an IBindingList.
Public propertyModelSubsetList
Gets the list of subset identifiers.
Public propertyModelValueObject
See base docs.
(Inherited from MasterListToListBinderTModel, TListModel.)
Public propertySubsetModel
Gets or sets the object that holds the subset list of identifiers.
Public propertyUpdateMode
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.)
Top
See Also