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

ApplyAppearanceEventArgs.EvaluatorContextDescriptor Property

Gets the EvaluatorContextDescriptor object that is used to supply metadata on the specified type to the ExpressionEvaluator objects.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

public EvaluatorContextDescriptor EvaluatorContextDescriptor { get; }

Property Value

Type Description
DevExpress.Data.Filtering.Helpers.EvaluatorContextDescriptor

An EvaluatorContextDescriptor object that is used to supply metadata on the specified type to the ExpressionEvaluator objects.

See Also