Back to Devexpress

DialogController.CloseOnCurrentObjectProcessing Property

expressappframework-devexpress-dot-expressapp-dot-systemmodule-dot-dialogcontroller-b34827dc.md

latest1.7 KB
Original Source

DialogController.CloseOnCurrentObjectProcessing Property

Specifies whether or not the dialog is closed when a row in the List Editor is clicked.

Namespace : DevExpress.ExpressApp.SystemModule

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DefaultValue(true)]
public bool CloseOnCurrentObjectProcessing { get; set; }
vb
<DefaultValue(True)>
Public Property CloseOnCurrentObjectProcessing As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , if a popup dialog is closed when a row in the List Editor is clicked; otherwise - false.

|

Remarks

When set to false, the ListViewProcessCurrentObjectController.ProcessCurrentObjectAction Action is executed when a row is clicked.

See Also

DialogController Class

DialogController Members

DevExpress.ExpressApp.SystemModule Namespace