Back to Devexpress

DialogViewModelBase.PrepareLayoutItemMethod Delegate

aspnet-devexpress-dot-web-dot-dialogviewmodelbase-7f5f4134.md

latest901 B
Original Source

DialogViewModelBase.PrepareLayoutItemMethod Delegate

A method that creates a layout item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public delegate void PrepareLayoutItemMethod(
    LayoutItemBase control
);
vb
Public Delegate Sub PrepareLayoutItemMethod(
    control As LayoutItemBase
)

Parameters

NameTypeDescription
controlLayoutItemBase

The layout item.

|

See Also

DevExpress.Web Namespace