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

ActionBase.RequireMultipleObjectsContext Field

Returns a context for enabling/disabling the Action whose ActionBase.SelectionDependencyType property is set to RequireMultipleObjects. Used for the Action’s ActionBase.Enabled list item that has the true value, if one or more objects are selected in the current View, and false, if no object is selected.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public const string RequireMultipleObjectsContext = "ByContext_RequireMultipleObjects"

Field Value

Type
String
See Also