Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CollectAppearanceRulesEventArgs.Name Property

The name of the UI element for which conditional appearance rules are collected.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public string Name { get; }

Property Value

Type Description
String

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

See Also