Skip to main content
All docs
V25.1
  • Tab

    DialogViewModelBase.CreateDataItemsMethod Delegate

    A method that creates data items.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public delegate ListEditItemCollection CreateDataItemsMethod();

    Returns

    Type Description
    ListEditItemCollection

    A collection of list edit items.

    See Also