Skip to main content
.NET 6.0+

IAppearanceRuleProperties.AppearanceItemType Property

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

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.Persistent.Base.v23.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