Back to Devexpress

TileItemElementCollection Members

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelementcollection-dot-underscore-members.md

latest16.5 KB
Original Source

TileItemElementCollection Members

A collection with TileItemElement objects.

Constructors

NameDescription
TileItemElementCollection(INotifyElementPropertiesChanged)Initializes a new instance of the TileItemElementCollection class.

Properties

NameDescription
CapacityGets or sets the number of elements that the CollectionBase can contain. Inherited from CollectionBase.
CountGets the number of elements contained in the CollectionBase instance. This property cannot be overridden. Inherited from CollectionBase.
InnerList protectedGets an ArrayList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase.
IsAnchorSelfReferenceCheckLockedThis member supports the internal infrastructure, and is not intended to be used directly from your code.
IsLockUpdateGets if this TileItemElementCollection is currently locked by the TileItemElementCollection.BeginUpdate method call.
Item[Int32]Returns a child TileItemElement object that occupies the target within the current TileItemElementCollection.
List protectedGets an IList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase.
OwnerGets an object that implements the INotifyElementPropertiesChanged interface and owns the current TileItemElementCollection.
ICollection.IsSynchronizedGets a value indicating whether access to the CollectionBase is synchronized (thread safe). Inherited from CollectionBase.
ICollection.SyncRootGets an object that can be used to synchronize access to the CollectionBase. Inherited from CollectionBase.
IList.IsFixedSizeGets a value indicating whether the CollectionBase has a fixed size. Inherited from CollectionBase.
IList.IsReadOnlyGets a value indicating whether the CollectionBase is read-only. Inherited from CollectionBase.
IList.Item[Int32]Gets or sets the element at the specified index. Inherited from CollectionBase.

Methods

NameDescription
Add(TileItemElement)Adds a specific TileItemElement to the current TileItemElementCollection.
Assign(TileItemElementCollection)Copies the specific element collection to the current TileItemElementCollection.
BeginUpdate()Locks the TileItemElementCollection, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called.
CancelUpdate()Unlocks the TileItemElementCollection object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
Clear()Removes all objects from the CollectionBase instance. This method cannot be overridden. Inherited from CollectionBase.
Contains(TileItemElement)Determines whether this TileItemElementCollection contains the target element.
EndUpdate()Unlocks the TileItemElementCollection object after a call to the BeginUpdate method and causes an immediate visual update.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator()Returns an enumerator that iterates through the CollectionBase instance. Inherited from CollectionBase.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IndexOf(TileItemElement)Gets a position of the target TileItemElement within the current TileItemElementCollection.
Insert(Int32, TileItemElement)Adds a specific TileItemElement to the current TileItemElementCollection and places it at the predefined position.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
OnInsert(Int32, Object) protectedPerforms additional custom processes before inserting a new element into the CollectionBase instance. Inherited from CollectionBase.
OnSet(Int32, Object, Object) protectedPerforms additional custom processes before setting a value in the CollectionBase instance. Inherited from CollectionBase.
OnValidate(Object) protectedPerforms additional custom processes when validating a value. Inherited from CollectionBase.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Remove(TileItemElement)Deletes a specific TileItemElement from the current TileItemElementCollection.
RemoveAt(Int32)Removes the element at the specified index of the CollectionBase instance. This method is not overridable. Inherited from CollectionBase.
ICollection.CopyTo(Array, Int32)Copies the entire CollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. Inherited from CollectionBase.
IList.Add(Object)Adds an object to the end of the CollectionBase. Inherited from CollectionBase.
IList.Contains(Object)Determines whether the CollectionBase contains a specific element. Inherited from CollectionBase.
IList.IndexOf(Object)Searches for the specified Object and returns the zero-based index of the first occurrence within the entire CollectionBase. Inherited from CollectionBase.
IList.Insert(Int32, Object)Inserts an element into the CollectionBase at the specified index. Inherited from CollectionBase.
IList.Remove(Object)Removes the first occurrence of a specific object from the CollectionBase. Inherited from CollectionBase.
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateElements()This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also

TileItemElementCollection Class

DevExpress.XtraEditors Namespace