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

IAppearanceRuleProperties.AppearanceItemType Property

Specifies the type of UI elements affected by the conditional appearance rule.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

#Declaration

[TypeConverter(typeof(AppearanceItemTypeConverter))]
string AppearanceItemType { get; set; }

#Property Value

Type Description
String

The string representation of an AppearanceItemType enumeration value specifying the type of UI elements affected by the conditional appearance rule.

#Remarks

The UI elements affected by a conditional appearance rule are specified by the AppearanceItemType and IAppearanceRuleProperties.TargetItems properties. The following are the possible values for the AppearanceItemType rule property:

For details, refer to the Declare Conditional Appearance Rules in the Application Model topic.

See Also