System.Windows.Forms.GridItem Class

Implements one row in a System.Windows.Forms.PropertyGrid.

See Also: GridItem Members

Syntax

public abstract class GridItem

Remarks

Grid items represent the hierarchy of the view into a System.Windows.Forms.PropertyGrid. You can use a System.Windows.Forms.GridItem to obtain information about the grid's state and contents.

System.Windows.Forms.GridItem objects should not be cached because they represent a snapshot of the state of the System.Windows.Forms.PropertyGrid at the time they are accessed, and grid activity might dispose them. The System.Windows.Forms.PropertyGrid often recreates System.Windows.Forms.GridItem objects internally without changing the view to the user.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0