Collection Properties
Defines the base type for collections used by DevExpress web controls.| Name | Description |
|---|---|
| Count | Gets the number of items contained within the collection. Inherited from StateManagedCollectionBase. |
| IsEmpty | Gets a value indicating whether the collection is empty. Inherited from StateManagedCollectionBase. |
| Owner | Gets the collection’s owner. |
See Also