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

CreateCustomCurrentObjectDetailViewEventArgs.DetailView Property

Specifies a custom Detail View to be created.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public DetailView DetailView { get; set; }

Property Value

Type Description
DetailView

A custom DetailView to be created.

See Also