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

IModelAppearanceRule.MethodNames Property

Specifies the possible method names to which the AppearanceAttribute can be applied.

Namespace: DevExpress.ExpressApp.ConditionalAppearance

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

Declaration

[Browsable(false)]
IEnumerable<string> MethodNames { get; }

Property Value

Type Description
IEnumerable<String>

An IEnumerable<String> collection that are the possible method names to which the Appearance can be applied.

Remarks

This property is used internally as a source for the AppearanceRule’s IAppearanceRuleProperties.Method property drop-down list.

See Also