DialogViewModelBase.PrepareLayoutItemMethod Delegate
In This Article
A method that creates a layout item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public delegate void PrepareLayoutItemMethod(
LayoutItemBase control
);
#Parameters
Name | Type | Description |
---|---|---|
control | Layout |
The layout item. |
See Also