ListViewCreatingEventArgs Properties
Represents arguments passed to the XafApplication.ListViewCreating event.
Name | Description |
---|---|
Collection |
Returns the collection source to be used when creating a new List View. |
Is |
Indicates whether a root View must be created.
Inherited from View |
Object |
Returns the Object Space to be used when creating a new View.
Inherited from View |
View |
Specifies a custom List View created in a Xaf |
View |
Returns the ID of the created View.
Inherited from View |
See Also