Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridFormatRule Methods
Show Inherited Hide Inherited

Specifies a single style format rule for a grid control’s View.
Name Description
Assign(FormatRuleBase) Copies settings from the specified object to the current object.
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.
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.
IsFit(GridColumn, Int32) Returns whether the current format rule evaluates to “true” for the specified cell.
IsFit(Object, Int32) Returns whether the current format rule evaluates to “true” for the specified cell value in the specified row.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
QueryAppearance(GridColumn, Int32) Returns the appearance settings to apply to a specific cell.
ReferenceEquals(Object, Object) static Determines 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