GridItem.GridItemType Property

Definition

When overridden in a derived class, gets the type of this GridItem.

public:
 abstract property System::Windows::Forms::GridItemType GridItemType { System::Windows::Forms::GridItemType get(); };
public abstract System.Windows.Forms.GridItemType GridItemType { get; }
member this.GridItemType : System.Windows.Forms.GridItemType
Public MustOverride ReadOnly Property GridItemType As GridItemType

Property Value

One of the GridItemType values.

Remarks

For a GridItem of type GridItemType.Property, you must also ensure that the PropertyDescriptor has a valid value. For a GridItem of type GridItemType.Root the Parent property must be null.

Applies to

See also