IModelAppearanceRule.MethodNames Property
Specifies the possible method names to which the AppearanceAttribute can be applied.
Namespace: DevExpress.ExpressApp.ConditionalAppearance
Assembly: DevExpress.ExpressApp.ConditionalAppearance.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ConditionalAppearance
Declaration
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