Skip to main content
A newer version of this page is available. .

IModelAction.SelectionDependencyType Property

Specifies a context for enabling the Action.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

SelectionDependencyType SelectionDependencyType { get; set; }

Property Value

Type Description
SelectionDependencyType

A SelectionDependencyType enumeration value specifying a context for enabling the Action.

Available values:

Name Description
Independent

An Action availability does not depend how many objects are currently selected.

RequireSingleObject

An Action is available when a single object is selected.

RequireMultipleObjects

An Action is available when one or more objects are selected.

See Also