Back to Devexpress

LayoutItemDataBoundEventArgs Class

aspnet-devexpress-dot-web-6104ed7a.md

latest1.5 KB
Original Source

LayoutItemDataBoundEventArgs Class

Provides data for the ASPxFormLayout.LayoutItemDataBound event.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

LayoutItemDataBoundEventArgs is the data class for the following events:

Remarks

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

Inheritance

Object EventArgs LayoutItemDataBoundEventArgs BootstrapLayoutItemDataBoundEventArgs

See Also

LayoutItemDataBoundEventArgs Members

DevExpress.Web Namespace