Fusion8 Design Relational ListControl Class Library

ListControlConverter Class

[This is preliminary documentation and subject to change.]

Converts a control on the Web Forms page that inherits from ListControl to a string.

For a list of all members of this type, see ListControlConverter Members.

System.Object
   TypeConverter
      StringConverter
         ListControlConverter

[Visual Basic]
Public Class ListControlConverter
Inherits StringConverter
[C#]
public class ListControlConverter : StringConverter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Not all controls can act as a parent to the IRelationalListControl. This class creates a collection of controls on the Web Forms page that can be associated with a relational list control. This collection is commonly used in a designer to display a list of controls on the Web Forms page that can be associated with a relational list control.

Any control that inherits from ListControl including the DropDownList control and ListBox control are converted and listed for binding to the relational list control. This also includes other RelationalDropDownList and RelationalListBox controls.

Requirements

Namespace: Fusion8Design.WebControls.UI

Assembly: Fusion8Design.WebControls.UI.RelationalListControls (in Fusion8Design.WebControls.UI.RelationalListControls.dll)

See Also

ListControlConverter Members | Fusion8Design.WebControls.UI Namespace