PanelCollection Members
In This Article
This class supports the internal infrastructure of DevExpress control hierarchy realization and is mostly used to create the panel contents declaratively, in ASP.NET markup (see samples for ASPxPanel, ASPxRoundPanel, and ASPxCallbackPanel). To create the panel contents at run-time (in code-behind files), use the ASPxPanelContainerBase.Controls collection of a control (see samples for ASPxPanel, ASPxRoundPanel, and ASPxCallbackPanel).
#Constructors
Name | Description |
---|---|
Panel |
For internal use only. |
#Properties
Name | Description |
---|---|
Count |
Gets the number of server controls in the Control |
Is |
Gets a value indicating whether the Control |
Is |
Gets a value indicating whether the Control |
Item[Int32] |
Gets a reference to an object at the specified index location in the Panel |
Owner protected |
Gets the ASP. |
Sync |
Gets an object that can be used to synchronize access to the collection of controls.
Inherited from Control |
#Methods
Name | Description |
---|---|
Clear() |
Removes all controls from the current server control’s Control |
Contains |
Determines whether the specified server control is in the parent server control’s Control |
Copy |
Copies the child controls stored in the Control |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Retrieves an enumerator that can iterate through the Control |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Retrieves the index of a specified Control object in the collection.
Inherited from Control |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified server control from the parent server control’s Control |
Remove |
Removes a child control, at the specified index location, from the Control |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also