Built-in editor for the C1FlexGrid.

Namespace:  C1.Phone.FlexGrid
Assembly:  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

See Also