Add(T)
|
Adds the specified object to the collection.
|
Add(TColumnType, FormatConditionRuleBase)
|
Applies a format based on the specified condition and associates it with the specified column (row in a vertical grid).
|
Add2ColorScale(TColumnType, Color, Color, FormatConditionValueType, FormatConditionValueType, Decimal, Decimal)
|
Applies a format that uses a range of colors to illustrate data distribution. You can specify the minimum and maximum values and colors for them.
|
Add3ColorScale(TColumnType, Color, Color, Color, FormatConditionValueType, FormatConditionValueType, FormatConditionValueType, Decimal, Decimal, Decimal)
|
Applies a format that uses a range of colors to illustrate data distribution. You can specify the minimum, maximum, and midpoint values, and colors for them.
|
AddAboveAverageRule(TColumnType, AppearanceDefault)
|
Applies a format to values above average.
|
AddAboveBelowAverageRule(TColumnType, AppearanceDefault, FormatConditionAboveBelowType)
|
Applies a format to values above or below average.
|
AddAppearanceRule(TColumnType, FormatConditionRuleAppearanceBase, AppearanceDefault)
|
Applies a format based on the specified rule and appearance settings.
|
AddBelowAverageRule(TColumnType, AppearanceDefault)
|
Applies a format to values below average.
|
AddBottomRule(TColumnType, AppearanceDefault, Decimal)
|
Applies a format to cells with lowest values.
|
AddDataBar(TColumnType)
|
Applies a format that displays bars that illustrate cell values.
|
AddDateOccuringRule(TColumnType, FilterDateType, AppearanceDefault)
|
Obsolete. This method is obsolete (use AddDateOccurringRule).
|
AddDateOccurringRule(TColumnType, FilterDateType, AppearanceDefault)
|
Applies a format to cells that contain specific dates.
|
AddDuplicateRule(TColumnType, AppearanceDefault)
|
Applies a format to duplicate values.
|
AddExpressionRule(TColumnType, AppearanceDefault, String)
|
Applies a format to cells that match a criterion expression.
|
AddIconSetRule(TColumnType, FormatConditionIconSet)
|
Applies a format that displays icons in cells.
|
AddRange(ICollection)
|
Adds a collection of elements to the end of the collection.
|
AddRule(FormatRuleBase)
|
Adds a rule to the collection.
|
AddTopBottomRule(TColumnType, AppearanceDefault, FormatConditionTopBottomType, Decimal)
|
Applies a format to cells with highest or lowest values.
|
AddTopRule(TColumnType, AppearanceDefault, Decimal)
|
Applies a format to cells with highest values.
|
AddUniqueDuplicateRule(TColumnType, AppearanceDefault, FormatConditionUniqueDuplicateType)
|
Applies a format to unique or duplicate values.
|
AddUniqueRule(TColumnType, AppearanceDefault)
|
Applies a format to unique values.
|
AddValueRule(TColumnType, AppearanceDefault, FormatCondition, Object, Object)
|
Applies a format to cells that contain specific values.
|
BeginUpdate()
|
Locks the CollectionChanged event until the EndUpdate() method is called.
|
Clear()
|
Removes all objects from the DXCollectionBase<T> instance.
|
Contains(T)
|
Determines whether the collection contains the specified item.
|
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.
|
EndUpdate()
|
Unlocks the CollectionChanged event after a BeginUpdate() method call.
|
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>.
|
GetEnumerator()
|
Returns an enumerator that iterates through the DXCollectionBase<T> instance.
|
GetHashCode()
|
Serves as the default hash function.
|
GetRule(Int32)
|
Returns a rule at the specified position in the collection.
|
GetType()
|
Gets the Type of the current instance.
|
IndexOf(T)
|
Returns the zero-based index of the specified element in the collection.
|
IndexOfRule(FormatRuleBase)
|
Returns the zero-based index of the specified rule in the collection.
|
Insert(Int32, T)
|
Inserts the specified element into the collection at the specified position.
|
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.
|
Sort(IComparer<T>)
|
Sorts the elements in the entire DXCollectionBase<T> using the specified comparer.
|
ToArray()
|
Copies the DXCollectionBase<T> elements to a new array.
|
ToString()
|
Returns a string that describes the current object.
|