Skip to main content
.NET 6.0+

ActionAttribute.SelectionDependencyType Property

Specifies a context for enabling the generated Action.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public MethodActionSelectionDependencyType SelectionDependencyType { get; set; }

Property Value

Type Description
MethodActionSelectionDependencyType

A MethodActionSelectionDependencyType enumeration value identifying a context type.

Remarks

Use this property to specify the availability context for the Action which will be generated from the Action attribute’s target method. By default, this property is set to MethodActionSelectionDependencyType.RequireMultipleObjects.

See Also