ListViewCreatingEventArgs Properties
Represents arguments passed to the XafApplication.ListViewCreating event.Name | Description |
---|---|
CollectionSource | Returns the collection source to be used when creating a new List View. |
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 a custom List View created in a XafApplication.ListViewCreating event. |
ViewID | Returns the ID of the created View. Inherited from ViewCreatingEventArgs. |
See Also