Back to Devexpress

BootstrapLayoutItemDataBoundEventHandler Delegate

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c4b86436.md

latest1.6 KB
Original Source

BootstrapLayoutItemDataBoundEventHandler Delegate

A method that will handle the BootstrapFormLayout.LayoutItemDataBound event.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public delegate void BootstrapLayoutItemDataBoundEventHandler(
    object sender,
    BootstrapLayoutItemDataBoundEventArgs e
);
vb
Public Delegate Sub BootstrapLayoutItemDataBoundEventHandler(
    sender As Object,
    e As BootstrapLayoutItemDataBoundEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | BootstrapLayoutItemDataBoundEventArgs |

A BootstrapLayoutItemDataBoundEventArgs object that contains event data.

|

See Also

Form Layout

DevExpress.Web.Bootstrap Namespace