CreateCustomCurrentObjectDetailViewEventArgs.DetailView Property
In This Article
Specifies a custom Detail View to be created.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public DetailView DetailView { get; set; }
#Property Value
Type | Description |
---|---|
Detail |
A custom Detail |
See Also