CollectAppearanceRulesEventArgs(String, IViewInfo, List<IAppearanceRuleProperties>) Constructor
Initializes a new instance of the CollectAppearanceRulesEventArgs class.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
Declaration
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