Add(T)
|
Adds an instance of the UserInterfaceObject descendant to the collection.
|
Add(AppointmentLabel)
|
Appends the specified AppointmentLabel object to the collection of appointment labels.
|
Add(SchedulerColorId, String, String)
|
Creates a new label with the specified color identifier and displayed name, and appends it to the collection of appointment labels.
|
Add(Color, String, String)
|
Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.
|
Add(Color, String)
|
Creates a new label with the specified color and displayed name, and appends it to the collection of appointment labels.
|
Add(Object, String, String, Color)
|
Creates a new label with the specified settings and adds it to the collection of appointment labels.
|
Add(String, String)
|
Creates a new instance of the UserInterfaceObject descendant, sets its UserInterfaceObject.DisplayName and UserInterfaceObject.MenuCaption, and adds the object to the collection.
|
Add(String)
|
Creates a new instance of the UserInterfaceObject descendant, sets its UserInterfaceObject.DisplayName and UserInterfaceObject.MenuCaption, and adds the object to the collection.
|
AddRange(ICollection)
|
Adds a collection of objects to the end of the current collection.
|
BeginUpdate()
|
Locks the NotificationCollection<T>, preventing change notifications (and visual updates) from being raised by the object until the EndUpdate or CancelUpdate method is called.
|
CancelUpdate()
|
Unlocks the NotificationCollection<T> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.
|
Clear()
|
Removes all objects from the DXCollectionBase<T> instance.
|
CopyTo(T[], Int32)
|
Copies all the elements from the DXCollectionBase<T> instance to a one-dimensional array, starting at the specified index of the target array.
|
CreateNewLabel(Object, String, String, Color)
|
Creates a new label with the specified identifier, display name, menu caption and color.
|
CreateNewLabel(Object, String, String)
|
Creates a new label with the specified identifier, display name and menu caption.
|
CreateNewLabel(Object, String)
|
Creates a new label with the specified identifier and displayed name, and with menu caption which is the same as display name.
|
CreateNewLabel(String)
|
Creates a new label with the identifier created by default, specified displayed name and menu caption which is the same as display name.
|
Dispose()
|
Disposes of the AppointmentLabelCollection object.
|
EndUpdate()
|
Unlocks the NotificationCollection<T> object after a call to the BeginUpdate method and causes an immediate visual update.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Find(Predicate<T>)
|
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollectionBase<T>.
|
ForEach(Action<T>)
|
Performs the specified action on each element of the DXCollectionBase<T>.
|
GetById(Object)
|
Obtains a label object specified by its identifier.
|
GetByIndex(Int32)
|
Gets the label at the specified index of the AppointmentLabelCollection collection.
|
GetEnumerator()
|
Returns an enumerator that iterates through the DXCollectionBase<T> instance.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
HasDefaultContent()
|
Indicates whether the current collection includes only standard items, created by default.
|
Insert(Int32, T)
|
Inserts the specified element into the collection at the specified position.
|
LoadDefaults()
|
Clears the collection and loads standard items created by default.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Remove(T)
|
Removes the specified element from the collection.
|
RemoveAt(Int32)
|
Removes the element at the specified index of the DXCollectionBase<T> instance.
|
ToArray()
|
Copies the DXCollectionBase<T> elements to a new array.
|
ToString()
|
Returns a string that represents the current object.
|