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

MethodActionSelectionDependencyType Enum

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

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public enum MethodActionSelectionDependencyType

Members

Name Description
RequireSingleObject

Specifies that the Action is enabled when a single object is selected in the current View. Set the ActionAttribute.Category property to “RecordEdit”, to display the Action in an additional cell for each object in the ASP.NET Web application’s List Views.

RequireMultipleObjects

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

Remarks

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

See Also