VerticalGridFormatConditionHighlight Members
In This Article
#Constructors
Name | Description |
---|---|
Vertical |
Initializes a new instance of the Vertical |
#Properties
Name | Description |
---|---|
Apply |
Specifies whether the conditional formatting is applied to a particular cell or to a whole record. |
Cell |
Gets the style settings defining the custom conditional formatting applied to cells. |
Enabled |
Specifies whether the current format condition is applied to the grid.
Inherited from Grid |
Expression |
Gets or sets the expression used to format grid cells.
Inherited from Grid |
Field |
Gets or sets the name of the data field against whose values the current format condition is applied.
Inherited from Grid |
Format |
Gets or sets the style format applied to cells whose values meet the format condition.
Inherited from Grid |
Index |
Gets or sets the item’s index within the collection.
Inherited from Collection |
Rule |
Specifies the format condition rule.
Inherited from Grid |
Value1 |
Gets or sets the first constant that is compared with cell values.
Inherited from Grid |
Value2 |
Gets or sets the second constant that is compared with cell values.
Inherited from Grid |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the specified 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. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
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. |
To |
Returns the string that represents the current object.
Inherited from Collection |
See Also