Skip to main content
.NET 6.0+

DetailViewCreatedEventArgs Class

Represents arguments passed to the XafApplication.DetailViewCreated event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class DetailViewCreatedEventArgs :
    ViewCreatedEventArgs

Remarks

The DetailViewCreatedEventArgs class declares the DetailViewCreatedEventArgs.View property specific to the XafApplication.DetailViewCreated event which is designed to customize a newly created Detail View.

Inheritance

Object
EventArgs
ViewCreatedEventArgs
DetailViewCreatedEventArgs
See Also