GridFormatRule Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Initializes a new instance of a Grid |
Grid |
Initializes a new instance of a Grid |
#Properties
Name | Description |
---|---|
Apply |
Gets or sets whether the format is applied to an entire row. |
Collection |
Gets the collection that owns the current Grid |
Column | Gets or sets a column that provides values to test against the current format rule. By default, the format is applied to this column. |
Column |
Gets or sets a column, to which the format should be applied instead of the column specified by the Grid |
Column |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Column |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Format |
Column |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Description |
Gets or sets the text description of the format rule.
Inherited from Format |
Enabled |
Gets or sets whether the current Format |
Is |
Gets whether the current Grid |
Name |
Gets or sets the name of the current object.
Inherited from Format |
Rule |
Gets or sets the style format rule, which defines the condition and appearance settings applied when the condition is true.
Inherited from Format |
Rule |
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Inherited from Format |
Stop |
Gets or sets whether subsequent format rules that target a specific cell should be ignored if the current format rule evaluates to true for this cell.
Inherited from Format |
Tag |
Gets or sets custom data associated with the current Format |
#Methods
Name | Description |
---|---|
Assign |
Copies settings from the specified object to the current object. |
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. |
Is |
Inherited from Format |
Is |
Returns whether the current rule (Format |
Is |
Returns whether the current format rule evaluates to “true” for the specified cell. |
Is |
Returns whether the current format rule evaluates to “true” for the specified cell value in the specified row. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Query |
Returns the appearance settings to apply to a specific cell. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Rule |
Returns the Format |
To |
Returns the text representation of the current Format |
See Also