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

DetailViewCreatedEventArgs Class

Represents arguments passed to the XafApplication.DetailViewCreated event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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