Back to Devexpress

ViewCreatingEventArgs.ViewID Property

expressappframework-devexpress-dot-expressapp-dot-viewcreatingeventargs-e327b021.md

latest1.4 KB
Original Source

ViewCreatingEventArgs.ViewID Property

Returns the ID of the created View.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public string ViewID { get; set; }
vb
Public Property ViewID As String

Property Value

TypeDescription
String

A string that represents the identifier of the View to be created.

|

Remarks

Use this property to get information on the View to be created (see XafApplication.FindModelView).

See Also

ViewCreatingEventArgs Class

ViewCreatingEventArgs Members

DevExpress.ExpressApp Namespace