Grid control used to display recipes.

Namespace: Ico.Recipe.Grid
Assembly: IcoRecipeGrid (in IcoRecipeGrid.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class RecipeGridControl : UserControl, 
	IDisposable, IServiceProvider, IUICommandTarget, ICommandTarget
Visual Basic
Public Class RecipeGridControl _
	Inherits UserControl _
	Implements IDisposable, IServiceProvider, IUICommandTarget, ICommandTarget
JScript
public class RecipeGridControl extends UserControl implements IDisposable, IServiceProvider, IUICommandTarget, ICommandTarget

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.Recipe.Grid..::..RecipeGridControl

See Also