Back to Devexpress

IAppearanceRuleProperties Members

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-dot-iappearanceruleproperties-dot-underscore-members.md

latest3.8 KB
Original Source

IAppearanceRuleProperties Members

Declares members implemented by conditional appearance rules and the IModelAppearanceRule nodes.

Properties

NameDescription
AppearanceItemTypeSpecifies the type of UI elements affected by the conditional appearance rule.
BackColorSpecifies the background color of UI elements affected by the conditional appearance rule. Inherited from IAppearance.
ContextSpecifies the Views in which the conditional appearance rule is in effect.
CriteriaSpecifies the criteria string used when determining whether IAppearanceRuleProperties.TargetItems should be affected by the conditional appearance rule.
DeclaringTypeGets the target type of the appearance rule.
EnabledSpecifies whether UI elements affected by the conditional appearance rule must be enabled. Inherited from IAppearance.
FontColorSpecifies the font color of UI elements affected by the conditional appearance rule. Inherited from IAppearance.
FontStyleSpecifies the font style of UI elements affected by the conditional appearance rule. Inherited from IAppearance.
MethodSpecifies the name of the business class method used to determine whether the Conditional Appearance rule is currently active.
PrioritySpecifies the volume of the conditional appearance rule. Used when several rules affect the same UI element. Inherited from IAppearance.
TargetItemsSpecifies the identifiers of UI elements affected by the conditional appearance rule.
VisibilitySpecifies the visibility of UI elements affected by a conditional appearance rule. Inherited from IAppearance.

See Also

IAppearanceRuleProperties Interface

DevExpress.ExpressApp.ConditionalAppearance Namespace