Back to Devexpress

MethodActionSelectionDependencyType Enum

expressappframework-devexpress-dot-persistent-dot-base-6f1a70fe.md

latest2.0 KB
Original Source

MethodActionSelectionDependencyType Enum

Specifies the availability context for an Action which will be generated via the ActionAttribute.

Namespace : DevExpress.Persistent.Base

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public enum MethodActionSelectionDependencyType
vb
Public Enum MethodActionSelectionDependencyType

Members

NameDescription
RequireSingleObject

Specifies that the Action is enabled when a single object is selected in the current View. Set the ActionAttribute’s category parameter to “RecordEdit”, to display the Action in a command column for each row in Blazor List Views.

| | RequireMultipleObjects |

Specifies that the Action is enabled when one or more objects are selected in the current View.

|

The following properties accept/return MethodActionSelectionDependencyType values:

Remarks

These enumeration values are used to set the ActionAttribute.SelectionDependencyType property.

See Also

DevExpress.Persistent.Base Namespace