C1FlexGrid control.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "_root", Type = typeof(Grid))] [TemplatePartAttribute(Name = "_sbH", Type = typeof(ScrollBar))] [DefaultMemberAttribute("Item")] [TemplatePartAttribute(Name = "_sbV", Type = typeof(ScrollBar))] public class C1FlexGrid : Control |
Visual Basic |
---|
<TemplatePartAttribute(Name := "_root", Type := GetType(Grid))> _ <TemplatePartAttribute(Name := "_sbH", Type := GetType(ScrollBar))> _ <DefaultMemberAttribute("Item")> _ <TemplatePartAttribute(Name := "_sbV", Type := GetType(ScrollBar))> _ Public Class C1FlexGrid _ Inherits Control |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.FlexGrid..::..C1FlexGrid
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.FlexGrid..::..C1FlexGrid