Back to Devexpress

AppearanceAttribute Properties

expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-dot-appearanceattribute-dot-underscore-properties.md

latest4.1 KB
Original Source

AppearanceAttribute Properties

Applied to business classes and their properties. Declares a conditional appearance rule.

NameDescription
AppearanceItemTypeSpecifies the type of UI elements affected by the conditional appearance rule created using this attribute.
BackColorSpecifies the background color of UI elements affected by the conditional appearance rule generated from this attribute instance.
ContextSpecifies the Views representing the activity scope for the conditional appearance rule generated from the current attribute.
CriteriaSpecifies the criteria string used when determining whether AppearanceAttribute.TargetItems should be affected by the conditional appearance rule generated from the current attribute.
EnabledSpecifies whether to enable UI elements affected by the conditional appearance rule generated from this attribute instance.
FontColorSpecifies the font color of AppearanceAttribute.TargetItems affected by the conditional appearance rule generated from this attribute instance.
FontStyleSpecifies the font style of AppearanceAttribute.TargetItems affected by the conditional appearance rule generated from this attribute instance.
IdSpecifies the unique identifier for the appearance rule created using the current attribute instance.
MethodSpecifies the name of the business class method used to determine whether the Conditional Appearance rule generated from this attribute is currently active.
PrioritySpecifies the priority of the conditional appearance rule generated from the current attribute instance. Used when several rules affect the same UI element.
TargetItemsSpecifies the identifiers of UI elements affected by the conditional appearance rule.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
VisibilitySpecifies the visibility of UI elements affected by the conditional appearance rule generated from this attribute instance.

See Also

AppearanceAttribute Class

AppearanceAttribute Members

DevExpress.ExpressApp.ConditionalAppearance Namespace