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

DashboardViewCreatingEventArgs Properties

Represents arguments passed to the XafApplication.DashboardViewCreating event.
Name Description
IsRoot Indicates whether a root View must be created. Inherited from ViewCreatingEventArgs.
ObjectSpace Returns the Object Space to be used when creating a new View. Inherited from ViewCreatingEventArgs.
View Specifies the Dashboard View which is created in the XafApplication.DashboardViewCreating event.
ViewID Returns the ID of the created View. Inherited from ViewCreatingEventArgs.
See Also