MethodActionSelectionDependencyType Enum
Specifies the availability context for an Action which will be generated via the ActionAttribute.
Namespace: DevExpress.Persistent.Base
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
Name | Description |
---|---|
Require
|
Specifies that the Action is enabled when a single object is selected in the current View. Set the Action |
Require
|
Specifies that the Action is enabled when one or more objects are selected in the current View. |
#Related API Members
The following properties accept/return MethodActionSelectionDependencyType values:
#Remarks
These enumeration values are used to set the ActionAttribute.SelectionDependencyType property.