Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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