DialogViewModelBase.PrepareLayoutItemFor(String, DialogViewModelBase.PrepareLayoutItemMethod) Method
Creates a layout item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public void PrepareLayoutItemFor(
string name,
DialogViewModelBase.PrepareLayoutItemMethod prepareMethod
)
Parameters
Name | Type | Description |
---|---|---|
name | String | The layout item name. |
prepareMethod | DialogViewModelBase.PrepareLayoutItemMethod | A delegate method. |
See Also