System.Windows.Forms.PropertyGrid.SelectedGridItem Property

Gets or sets the selected grid item.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
public GridItem SelectedGridItem { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Each System.Windows.Forms.GridItem corresponds to a property of the PropertyGrid.SelectedObject.

You can use the returned System.Windows.Forms.GridItem to view type information, the System.ComponentModel.PropertyDescriptor, the parent, and the children of the selected object.

Requirements

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