Nevron.Nov.UI Namespace / NWidgetFactory<TItem> Class


In This Topic
    NWidgetFactory<TItem> Class Methods
    In This Topic

    For a list of all members of this type, see NWidgetFactory<TItem> members.

    Public Methods
     NameDescription
    Public MethodCreates a widget for the given item. The default implementation creates a label and sets its text to the result of the GetString method for the given item.  
    Public MethodGets the string representation of the given item. The default implementation calls the "ToString" method of the given item.  
    Public MethodGets a custom object that should be assigned to the Tag property of the created item.  
    Top
    See Also