Back to Devexpress

TopBottomRuleFormatCondition Properties

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-topbottomruleformatcondition-dot-underscore-properties.md

latest4.9 KB
Original Source

TopBottomRuleFormatCondition Properties

Represents a top/bottom format condition.

NameDescription
ApplyToSpecificLevelSpecifies whether to apply conditional formatting to data cells placed at the intersection of specified column and row fields. This is a dependency property. Inherited from FormatConditionBase.
ColumnNameGets or sets a name of the column field to which, on intersection with a row field, a format is applied. Inherited from FormatConditionBase.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
ExpressionGets or sets the expression used to apply the corresponding conditional formatting rule. This is a dependency property. Inherited from FormatConditionBase.
FormatGets or sets the formatting settings applied to cells whose values take part in conditional formatting. This is a dependency property. Inherited from ExpressionConditionBase.
FormatPropertyForBindingFor internal use. Inherited from ExpressionConditionBase.
IsEnabledGets or sets a flag that indicates whether the format rule is enabled. This is a dependency property. Inherited from FormatConditionBase.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MeasureNameGets or sets a data field name for whose values conditional formatting is applied. Inherited from FormatConditionBase.
OwnerGets the format condition’s owner. Inherited from FormatConditionBase.
PredefinedFormatNameGets or sets the name of the predefined format to be applied to the cells. This is a dependency property. Inherited from FormatConditionBase.
RowNameGets or sets a name of the row field, to which intersection with column field a format is applied. Inherited from FormatConditionBase.
RuleSpecifies the rule for the top/bottom conditional formatting.
ThresholdSpecifies the number or percentage of cells to format.
TypeNameGets or sets the data type name. This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from FormatConditionBase.

See Also

TopBottomRuleFormatCondition Class

TopBottomRuleFormatCondition Members

DevExpress.Xpf.PivotGrid Namespace