GridFormatRuleCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Initializes a new instance of a Grid |
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the DXCollection |
Count |
Gets the number of elements contained in the DXCollection |
Has |
Determines whether the collection contains Format |
Has |
Determines whether the collection contains rules that can be applied. For internal use.
Inherited from Format |
Is |
Gets whether a grid control that owns the current collection of formatting rules is currently being initialized. |
Item[Int32] |
Returns a rule at the specified position in the collection.
Inherited from Format |
Item[String] |
Returns a rule by its name.
Inherited from Format |
Uniqueness |
Gets or sets the type of an object, which provides uniqueness for the current DXCollection |
View | Gets the View that owns the current collection of formatting rules. |
#Methods
Name | Description |
---|---|
Add |
Adds the specified object to the collection.
Inherited from DXCollection |
Add |
Applies a format based on the specified condition and associates it with the specified column (row in a vertical grid).
Inherited from Format |
Add2Color |
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.
Inherited from Format |
Add3Color |
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.
Inherited from Format |
Add |
Applies a format to values above average.
Inherited from Format |
Add |
Applies a format to values above or below average.
Inherited from Format |
Add |
Applies a format based on the specified rule and appearance settings.
Inherited from Format |
Add |
Applies a format to values below average.
Inherited from Format |
Add |
Applies a format to cells with lowest values.
Inherited from Format |
Add |
Applies a format that displays bars that illustrate cell values.
Inherited from Format |
Add |
Obsolete. This method is obsolete (use Add |
Add |
Applies a format to cells that contain specific dates.
Inherited from Format |
Add |
Applies a format to duplicate values.
Inherited from Format |
Add |
Applies a format to cells that match a criterion expression.
Inherited from Format |
Add |
Applies a format that displays icons in cells.
Inherited from Format |
Add |
Adds a collection of elements to the end of the collection.
Inherited from DXCollection |
Add |
Adds a rule to the collection.
Inherited from Format |
Add |
Applies a format to cells with highest or lowest values.
Inherited from Format |
Add |
Applies a format to cells with highest values.
Inherited from Format |
Add |
Applies a format to unique or duplicate values.
Inherited from Format |
Add |
Applies a format to unique values.
Inherited from Format |
Add |
Applies a format to cells that contain specific values.
Inherited from Format |
Begin |
Locks the Collection |
Clear() |
Removes all objects from the DXCollection |
Contains |
Determines whether the collection contains the specified item.
Inherited from DXCollection |
Copy |
Copies all the elements from the DXCollection |
End |
Unlocks the Collection |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire DXCollection |
For |
Performs the specified action on each element of the DXCollection |
Get |
Returns an enumerator that iterates through the DXCollection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a rule at the specified position in the collection.
Inherited from Format |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the zero-based index of the specified element in the collection.
Inherited from DXCollection |
Index |
Returns the zero-based index of the specified rule in the collection.
Inherited from Format |
Insert |
Inserts the specified element into the collection at the specified position.
Inherited from DXCollection |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified element from the collection.
Inherited from DXCollection |
Remove |
Removes the element at the specified index of the DXCollection |
Sort |
Sorts the elements in the entire DXCollection |
To |
Copies the DXCollection |
To |
Returns a string that describes the current object.
Inherited from Format |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Collection |
Fires when the collection changes.
Inherited from Format |
See Also