FormatConditionBase Members
Serves as a base for classes that represent format conditions.Fields
Name | Description |
---|---|
FieldNameProperty static | Identifies the FormatConditionBase.FieldName bindable property. |
OwnerProperty static | Identifies the FormatConditionBase.Owner bindable property. |
PredefinedFormatNameProperty static | Identifies the FormatConditionBase.PredefinedFormatName bindable property. |
Properties
Name | Description |
---|---|
FieldName | Gets or sets the name of the column which provides values to test against the current format rule, and to which the format should be applied. This is a bindable property. |
Owner | Gets the format condition’s owner. This is a bindable property. |
PredefinedFormatName | Gets or sets the name of the predefined format to be applied to target cells. This is a bindable property. |
TypeName | Gets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code. |
See Also