Back to Devexpress

LayoutItemDataBindingEventArgs Class

aspnet-devexpress-dot-web-55e75859.md

latest1.5 KB
Original Source

LayoutItemDataBindingEventArgs Class

Provides data for the ASPxFormLayout.LayoutItemDataBinding event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

LayoutItemDataBindingEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs LayoutItemDataBindingEventArgs BootstrapLayoutItemDataBindingEventArgs

See Also

LayoutItemDataBindingEventArgs Members

DevExpress.Web Namespace