K2Grid Class
Members See Also 
SourceCode.Workflow.WizardFramework.Controls Namespace : K2Grid Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<TemplatePartAttribute(Name="GridContentColumns", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="GridHeading", Type=System.Windows.Controls.Border)>
<TemplatePartAttribute(Name="GridHeadingColumns", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="OuterScroller", Type=System.Windows.Controls.ScrollViewer)>
Public Class K2Grid 
   Inherits System.Windows.Controls.Control
Visual Basic (Usage) Copy Code
Dim instance As K2Grid
C#  
[TemplatePart(Name="GridContentColumns", Type=System.Windows.Controls.Grid)]
[TemplatePart(Name="GridHeading", Type=System.Windows.Controls.Border)]
[TemplatePart(Name="GridHeadingColumns", Type=System.Windows.Controls.Grid)]
[TemplatePart(Name="OuterScroller", Type=System.Windows.Controls.ScrollViewer)]
public class K2Grid : System.Windows.Controls.Control 
C++/CLI  
[TemplatePart(Name="GridContentColumns", Type=System.Windows.Controls.Grid)]
[TemplatePart(Name="GridHeading", Type=System.Windows.Controls.Border)]
[TemplatePart(Name="GridHeadingColumns", Type=System.Windows.Controls.Grid)]
[TemplatePart(Name="OuterScroller", Type=System.Windows.Controls.ScrollViewer)]
public ref class K2Grid : public System.Windows.Controls.Control 

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
                     SourceCode.Workflow.WizardFramework.Controls.K2Grid

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also