Click or drag to resize
VirtualRadar.WinForms.PortableBinding Namespace

[Missing <summary> documentation for "N:VirtualRadar.WinForms.PortableBinding"]

Classes
  ClassDescription
Public classAccessControlBinderTModel
A binder between an Access object and an AccessControl control.
Public classCheckBoxBoolBinderTModel
Binds a boolean property on a model to a checkbox control.
Public classComboBoxBinderTModel, TListModel, TValue
A binder that populates a combo box with a list and lets the user select a single value from it.
Public classComboBoxEnumBinderTModel, TValue
Binds a combo box to a set of enum values.
Public classComboBoxValueBinderTModel, TValue
A binder between a combo box and a list of values, where the type of the value is also the type that we want to copy to and from the model.
Public classControlBinder
The base class for all control binders.
Public classFileNameStringBinderTModel
Binds a filename control to a string property. The control's content is automatically trimmed before being sent to the model.
Public classFolderStringBinderTModel
Binds a folder name control to a string property. The control's content is automatically trimmed before being sent to the model.
Public classItemDescriptionT
Carries an item and its description.
Public classItemDescriptionListT
A collection of ItemDescription objects.
Public classLabelStringBinderTModel
Binds a label to a string property.
Public classLinkLabelStringBinderTModel
Binds a link label to a string property.
Public classMasterListToListBinderTModel, TListModel
A binder between a master list control and a list of objects.
Public classMasterListToSubsetBinderTSubsetModel, TMasterModel, TListModel, TIdentifier
A binder that binds between a master list and a subset of the master list's rows. Rows are distinguished by an identifier.
Public classNumericDoubleBinderTModel
Binds an double property on a model to a numeric up-down control.
Public classNumericIntBinderTModel
Binds an intger property on a model to a numeric up-down control.
Public classRadioButtonEnumBinderTModel, TValue
Binds an enum value to a radio button control
Public classTextBoxStringBinderTModel
Binds a text box to a string property. The text box's content is automatically trimmed before being sent to the model.
Public classValueBinderTModel, TControl, TValue
A layer above ControlBinder that takes care of the common chores involved in binding between a single property on a model that implements INotifyPropertyChanged and a single property on a control.
Public classValueFromListBinderTModel, TControl, TValue, TListModel
The base class for binders that let the user choose a single value from a list of values. If the list implements IBindingList then changes to the list are copied into the control.