Skip to main content
.NET 6.0+

CollectAppearanceRulesEventArgs(String, IViewInfo, List<IAppearanceRuleProperties>) Constructor

Initializes a new instance of the CollectAppearanceRulesEventArgs class.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public CollectAppearanceRulesEventArgs(
    string name,
    IViewInfo context,
    List<IAppearanceRuleProperties> appearanceRules
)

Parameters

Name Type Description
name String

A string that is the identifier of the UI element for which conditional appearance rules are collected.

context DevExpress.ExpressApp.Editors.IViewInfo

Gets the IViewInfo object that provides information related to the current View.

appearanceRules List<IAppearanceRuleProperties>

A list of IAppearanceRuleProperties objects representing conditional appearance rules found for the target UI element in the Application Model.

See Also