Back to Devexpress

FormatRuleBase Methods

windowsforms-devexpress-dot-xtraeditors-dot-formatrulebase-dot-underscore-methods.md

latest3.3 KB
Original Source

FormatRuleBase Methods

The base class for objects that apply style formats to controls.

NameDescription
Assign(FormatRuleBase)Copies settings from the specified object to the current object.
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)Returns the filter criterion that corresponds to the format condition of this rule.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IsFit()
IsFit(IFormatConditionRuleValueProvider)Returns whether the current rule (FormatRuleBase.Rule) evaluates to “true” for input values provided by the specified valueProvider.
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.
ToString()Returns the text representation of the current FormatRuleBase object.

See Also

FormatRuleBase Class

FormatRuleBase Members

DevExpress.XtraEditors Namespace