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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

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

Inheritance Hierarchy

See Also