Represents a logical part of the grid, such as the column headers, row headers, and scrollable data part.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class GridPanel : Panel
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class GridPanel _
	Inherits Panel

Inheritance Hierarchy

See Also