Skip to main content
.NET 6.0+

DialogController.DialogActionContainerName Field

Specifies the name of the Action Container that displays the Dialog Controller’s DialogController.AcceptAction and DialogController.CancelAction.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string DialogActionContainerName = "PopupActions"

Field Value

Type
String
See Also