expressappframework-devexpress-dot-expressapp-dot-conditionalappearance-51eb77ec.md
Contains values specifying types of UI elements that can be affected by conditional appearance rules.
Namespace : DevExpress.ExpressApp.ConditionalAppearance
Assembly : DevExpress.Persistent.Base.v25.2.dll
NuGet Package : DevExpress.Persistent.Base
public enum AppearanceItemType
Public Enum AppearanceItemType
| 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.
|
String representations of these enumeration values are used to set the AppearanceAttribute.AppearanceItemType property.
See Also