Skip to main content
.NET 6.0+

ActionBase.RequireSingleObjectContext Field

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

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string RequireSingleObjectContext = "ByContext_RequireSingleObject"

Field Value

Type
String
See Also