GridItem.GridItemType Vlastnost

Definice

Při přepsání v odvozené třídě získá typ tohoto 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

Hodnota vlastnosti

GridItemType

Jedna z GridItemType hodnot.

Poznámky

GridItem Pro typ GridItemType.Propertymusíte také zajistit, aby měl platnou PropertyDescriptor hodnotu. GridItem Pro typ GridItemType.Root Parent vlastnosti musí být null.

Platí pro

Viz také