C1FlexGrid control.

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

See Also