Back to Devexpress

ViewCreatingEventArgs.View Property

expressappframework-devexpress-dot-expressapp-dot-viewcreatingeventargs-5589f757.md

latest1.7 KB
Original Source

ViewCreatingEventArgs.View Property

Specifies a custom View created in a XafApplication.DetailViewCreating or XafApplication.ListViewCreating event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public View View { get; set; }
vb
Public Property View As View

Property Value

TypeDescription
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

ViewCreatingEventArgs Class

ViewCreatingEventArgs Members

DevExpress.ExpressApp Namespace