Back to Devexpress

BootstrapLayoutItemDataBindingEventArgs Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-55f787bf.md

latest1.8 KB
Original Source

BootstrapLayoutItemDataBindingEventArgs Class

Provides data for the BootstrapFormLayout.LayoutItemDataBinding event.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapLayoutItemDataBindingEventArgs :
    LayoutItemDataBindingEventArgs
vb
Public Class BootstrapLayoutItemDataBindingEventArgs
    Inherits LayoutItemDataBindingEventArgs

BootstrapLayoutItemDataBindingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs LayoutItemDataBindingEventArgs BootstrapLayoutItemDataBindingEventArgs

See Also

BootstrapLayoutItemDataBindingEventArgs Members

Form Layout

DevExpress.Web.Bootstrap Namespace