Back to Devexpress

ListViewCreatingEventArgs Class

expressappframework-devexpress-dot-expressapp-5aab9634.md

latest2.6 KB
Original Source

ListViewCreatingEventArgs Class

Represents arguments passed to the XafApplication.ListViewCreating event.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class ListViewCreatingEventArgs :
    ViewCreatingEventArgs
vb
Public Class ListViewCreatingEventArgs
    Inherits ViewCreatingEventArgs

ListViewCreatingEventArgs is the data class for the following events:

Remarks

The ListViewCreatingEventArgs class declares properties specific to the XafApplication.ListViewCreating event designed to create custom List Views. Use the ListViewCreatingEventArgs.CollectionSource property value as a collection source for the new List View. Assign the created List View to the ListViewCreatingEventArgs.View property.

This class is inherited from the ViewCreatingEventArgs class. So, you can use the ViewCreatingEventArgs.ObjectSpace, ViewCreatingEventArgs.ViewID and ViewCreatingEventArgs.IsRoot property values when creating a List View.

Inheritance

Object EventArgs ViewCreatingEventArgs ListViewCreatingEventArgs

See Also

ListViewCreatingEventArgs Members

DevExpress.ExpressApp Namespace