Skip to main content
.NET 6.0+

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