FormatConditionBase Members
Serves as a base class for conditional formats.Constructors
| Name | Description |
|---|---|
| FormatConditionBase(DependencyProperty) | Initializes a new instance of the FormatConditionBase class with specified settings. |
Fields
| Name | Description |
|---|---|
| ApplyToRowProperty static | Identifies the FormatConditionBase.ApplyToRow dependency property. |
| FieldNameProperty static | Identifies the FormatConditionBase.FieldName dependency property. |
| IsEnabledProperty static | Identifies the FormatConditionBase.IsEnabled dependency property. |
| PredefinedFormatNameProperty static | Identifies the FormatConditionBase.PredefinedFormatName dependency property. |
Properties
| Name | Description |
|---|---|
| ActualFormat | Returns the actual appearance settings used by the conditional formatting rule. |
| ApplyToRow | Specifies whether to apply a conditional format to the entire row. This is a dependency property. |
| FieldName | Specifies the data source field name of the column to which to apply the conditional format. This is a dependency property. |
| IsEnabled | Specifies whether the conditional format is enabled. This is a dependency property. |
| PredefinedFormatName | Specifies the name of the predefined format to be applied to the cells. This is a dependency property. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also