Skip to main content
.NET 8.0+

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

AppearanceItemType Enum

Contains values specifying types of UI elements that can be affected by conditional appearance rules.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.Persistent.Base.v24.2.dll

#Declaration

public enum AppearanceItemType

#Members

Name Description
ViewItem

An appearance rule affects View Items (Property Editors, Static Text Items, etc.) and List Editor cells. To specify items/cells that are affected, pass their identifiers (Id values of the corresponding application model nodes) to the IAppearanceRuleProperties.TargetItems property.

Action

An appearance rule affects Actions. To specify Actions that are affected, pass their identifiers to the IAppearanceRuleProperties.TargetItems property.

LayoutItem

An appearance rule affects Layout Items or Layout Groups. To specify Items and Groups that are affected, pass their identifiers (Id values of the corresponding application model nodes) to the IAppearanceRuleProperties.TargetItems property. The Detail View that contains these Items and Groups can be specified via the IAppearanceRuleProperties.Context property.

#Remarks

String representations of these enumeration values are used to set the AppearanceAttribute.AppearanceItemType property.

See Also