Skip to main content
.NET 6.0+

ObjectCreatingEventArgs.ShowDetailView Property

Specifies whether or not a newly created object should be shown in a Detail View.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool ShowDetailView { get; set; }

Property Value

Type Description
Boolean

true, if the newly created object should be shown in a Detail View, otherwise, false.

See Also