| KryptonWorkspaceCollection Properties | 
The KryptonWorkspaceCollection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ContainsVisibleCell | 
            Gets a value indicating if the collection or child collections contains a cell instance.
             | 
|  | Count | 
            Gets the number of items in collection.
            (Inherited from TypedCollectionT.) | 
|  | IsFixedSize | 
            Gets a value indicating whether the collection has a fixed size. 
            (Inherited from TypedCollectionT.) | 
|  | IsReadOnly | 
            Gets a value indicating whether the collection is read-only.
            (Inherited from TypedCollectionT.) | 
|  | IsSynchronized | 
            Gets a value indicating whether access to the collection is synchronized (thread safe).
            (Inherited from TypedCollectionT.) | 
|  | ItemInt32 | 
            Gets or sets the item at the specified index.
            (Inherited from TypedCollectionT.) | 
|  | ItemString | 
            Gets the item with the provided unique name.
            (Inherited from TypedCollectionT.) | 
|  | RestrictTypes | 
            Gets an array of types that the collection is restricted to contain.
            (Overrides TypedRestrictCollectionTRestrictTypes.) | 
|  | SyncRoot | 
            Gets an object that can be used to synchronize access to the collection. 
            (Inherited from TypedCollectionT.) | 
 See Also
See Also