Skip to main content
All docs
V25.1
  • Tab

    DialogViewModelBase.PrepareLayoutItem(DialogViewModelBase.PrepareLayoutItemMethod) Method

    Creates a layout item.

    Namespace: DevExpress.Web

    Assembly: DevExpress.Web.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public void PrepareLayoutItem(
        DialogViewModelBase.PrepareLayoutItemMethod prepareMethod
    )

    Parameters

    Name Type Description
    prepareMethod DialogViewModelBase.PrepareLayoutItemMethod

    A delegate method.

    See Also