Built-in editor for the C1FlexGrid.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
[TemplatePartAttribute(Name = "_textBox", Type = typeof(TextBox))] [TemplatePartAttribute(Name = "_root", Type = typeof(Grid))] [TemplatePartAttribute(Name = "_popup", Type = typeof(Popup))] [TemplatePartAttribute(Name = "_listBox", Type = typeof(ListBox))] public class C1FlexGridEditor : Control |
Visual Basic |
---|
<TemplatePartAttribute(Name := "_textBox", Type := GetType(TextBox))> _ <TemplatePartAttribute(Name := "_root", Type := GetType(Grid))> _ <TemplatePartAttribute(Name := "_popup", Type := GetType(Popup))> _ <TemplatePartAttribute(Name := "_listBox", Type := GetType(ListBox))> _ Public Class C1FlexGridEditor _ Inherits Control |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Phone.FlexGrid..::..C1FlexGridEditor
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Phone.FlexGrid..::..C1FlexGridEditor