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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
Declaration
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