Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CreateCustomCurrentObjectDetailViewEventArgs.DetailViewId Property

Specifies the identifier of a custom Detail View to be created.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public string DetailViewId { get; set; }

Property Value

Type Description
String

A string containing the identifier of a custom Detail View to be created.

See Also