Back to Devexpress

PivotGridFormatRule Members

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridformatrule-dot-underscore-members.md

latest7.6 KB
Original Source

PivotGridFormatRule Members

A format rule used to apply conditional formatting to Pivot Grid Control data cells.

Constructors

NameDescription
PivotGridFormatRule()Initializes a new instance of the PivotGridFormatRule class with default settings.

Properties

NameDescription
ColumnFieldNameThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from FormatRuleBase.
DescriptionGets or sets the text description of the format rule. Inherited from FormatRuleBase.
EnabledGets or sets whether the current FormatRuleBase object is enabled. Inherited from FormatRuleBase.
IsValidDetermines whether the rule is correct.
MeasureGets or sets the data field to which the format rule is applied.
MeasureNameFor internal use.
NameGets or sets the name of the current object. Inherited from FormatRuleBase.
RuleGets or sets the style format rule, which defines the condition and appearance settings applied when the condition is true. Inherited from FormatRuleBase.
RuleTypeThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from FormatRuleBase.
SettingsProvides access to format rule settings used to apply conditional formatting to data cells.
SettingsNameFor internal use.
StopIfTrueGets 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 FormatRuleBase.
TagGets or sets custom data associated with the current FormatRuleBase object. Inherited from FormatRuleBase.

Methods

NameDescription
Assign(FormatRuleBase)Copies settings from the specified object to the current object. Inherited from FormatRuleBase.
CheckValue(PivotGridCellItem)Checks whether the specified value matches the current format rule.
CheckValue(Point)Checks whether the value in the specified location matches the current format rule.
CheckValue(Int32, Int32)Checks whether the value in the specified by index column and row matches the current format rule.
Equals(Object, Object) staticDetermines 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.
GetFilterCriteria(Int32)This member is not supported.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IsFit()Inherited from FormatRuleBase.
IsFit(IFormatConditionRuleValueProvider)Returns whether the current rule (FormatRuleBase.Rule) evaluates to “true” for input values provided by the specified valueProvider. Inherited from FormatRuleBase.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
RuleCast<T>()Returns the FormatRuleBase.Rule object type-cast to the specified type. Inherited from FormatRuleBase.
ToString()Returns the text representation of the current FormatRuleBase object. Inherited from FormatRuleBase.

See Also

PivotGridFormatRule Class

DevExpress.XtraPivotGrid Namespace