CloseDetailViewController.CloseAction Property
In This Article
Stores settings of the Close Action.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
#Declaration
public SimpleAction CloseAction { get; }
#Property Value
Type | Description |
---|---|
Simple |
A Simple |
#Remarks
The Close Action allows users to close the current Detail View.
See Also