Back to Devexpress

BootstrapLayoutItemDataBoundEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-7ad92841.md

latest1.8 KB
Original Source

BootstrapLayoutItemDataBoundEventArgs Class

Provides data for the BootstrapFormLayout.LayoutItemDataBound event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapLayoutItemDataBoundEventArgs :
    LayoutItemDataBoundEventArgs
vb
Public Class BootstrapLayoutItemDataBoundEventArgs
    Inherits LayoutItemDataBoundEventArgs

BootstrapLayoutItemDataBoundEventArgs is the data class for the following events:

Remarks

Instances of the BootstrapLayoutItemDataBoundEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs LayoutItemDataBoundEventArgs BootstrapLayoutItemDataBoundEventArgs

See Also

BootstrapLayoutItemDataBoundEventArgs Members

Form Layout

DevExpress.Web.Bootstrap Namespace