CollectAppearanceRulesEventArgs(String, IViewInfo, List<IAppearanceRuleProperties>) Constructor
In This Article
Initializes a new instance of the CollectAppearanceRulesEventArgs class.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
#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. |
Gets the IView |
appearance |
List<IAppearance |
A list of IAppearance |
See Also