Skip to main content
.NET 6.0+

CreateCustomCurrentObjectDetailViewEventArgs.DetailView Property

Specifies a custom Detail View to be created.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DetailView DetailView { get; set; }

Property Value

Type Description
DetailView

A custom DetailView to be created.

See Also