GridItem.GridItems Property

Definition

When overridden in a derived class, gets the collection of GridItem objects, if any, associated as a child of this GridItem.

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

Property Value

The collection of GridItem objects.

Applies to