ViewCreatingEventArgs Properties
The base class for event arguments passed to the XafApplication.ListViewCreating, XafApplication.DetailViewCreating, XafApplication.DashboardViewCreating and XafApplication.ViewCreating events.
Name | Description |
---|---|
Is |
Indicates whether a root View must be created. |
Object |
Returns the Object Space to be used when creating a new View. |
View |
Specifies a custom View created in a Xaf |
View |
Returns the ID of the created View. |
See Also