Skip to main content
.NET 6.0+

IModelAppearanceRule.Attribute Property

Provides access to the AppearanceAttribute defining the conditional appearance rule represented by the AppearanceRule node.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

Assembly: DevExpress.ExpressApp.ConditionalAppearance.v23.2.dll

Declaration

[Browsable(false)]
IAppearanceRuleProperties Attribute { get; set; }

Property Value

Type Description
IAppearanceRuleProperties

An IAppearanceRuleProperties object representing the Appearance attribute, which defines the conditional appearance rule represented by the AppearanceRule node.

Remarks

This property is used internally to set the properties of the AppearanceRule node to the corresponding property values of the AppearanceAttribute.

See Also