Click or drag to resize

KryptonGalleryRangeCollection Properties

The KryptonGalleryRangeCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of items in collection.
(Inherited from TypedCollectionT.)
Public propertyIsFixedSize
Gets a value indicating whether the collection has a fixed size.
(Inherited from TypedCollectionT.)
Public propertyIsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from TypedCollectionT.)
Public propertyIsSynchronized
Gets a value indicating whether access to the collection is synchronized (thread safe).
(Inherited from TypedCollectionT.)
Public propertyItemString
Gets the item with the provided unique name.
(Overrides TypedCollectionTItemString.)
Public propertyItemInt32
Gets or sets the item at the specified index.
(Inherited from TypedCollectionT.)
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.
(Inherited from TypedCollectionT.)
Top
See Also