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

ViewCreatingEventArgs.View Property

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public View View { get; set; }

Property Value

Type Description
View

A View object that actually represents a Detail or List View.

Remarks

When handling the XafApplication.DetailViewCreating or XafApplication.ListViewCreating event, assign the created View to this property.

See Also