| VirtualRadar.WinForms.PortableBinding Namespace | 
[Missing <summary> documentation for "N:VirtualRadar.WinForms.PortableBinding"]
 Classes
Classes| Class | Description | |
|---|---|---|
|  | AccessControlBinderTModel | 
            A binder between an Access object and an AccessControl control.
             | 
|  | CheckBoxBoolBinderTModel | 
            Binds a boolean property on a model to a checkbox control.
             | 
|  | ComboBoxBinderTModel, TListModel, TValue | 
            A binder that populates a combo box with a list and lets the user select a single
            value from it.
             | 
|  | ComboBoxEnumBinderTModel, TValue | 
            Binds a combo box to a set of enum values.
             | 
|  | ComboBoxValueBinderTModel, 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.
             | 
|  | ControlBinder | 
            The base class for all control binders.
             | 
|  | FileNameStringBinderTModel | 
            Binds a filename control to a string property. The control's content is automatically
            trimmed before being sent to the model.
             | 
|  | FolderStringBinderTModel | 
            Binds a folder name control to a string property. The control's content is automatically
            trimmed before being sent to the model.
             | 
|  | ItemDescriptionT | 
            Carries an item and its description.
             | 
|  | ItemDescriptionListT | 
            A collection of ItemDescription objects.
             | 
|  | LabelStringBinderTModel | 
            Binds a label to a string property.
             | 
|  | LinkLabelStringBinderTModel | 
            Binds a link label to a string property.
             | 
|  | MasterListToListBinderTModel, TListModel | 
            A binder between a master list control and a list of objects.
             | 
|  | MasterListToSubsetBinderTSubsetModel, 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.
             | 
|  | NumericDoubleBinderTModel | 
            Binds an double property on a model to a numeric up-down control.
             | 
|  | NumericIntBinderTModel | 
            Binds an intger property on a model to a numeric up-down control.
             | 
|  | RadioButtonEnumBinderTModel, TValue | 
            Binds an enum value to a radio button control
             | 
|  | TextBoxStringBinderTModel | 
            Binds a text box to a string property. The text box's content is automatically
            trimmed before being sent to the model.
             | 
|  | ValueBinderTModel, 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.
             | 
|  | ValueFromListBinderTModel, 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.
             |