LayoutItemDataBoundEventArgs(LayoutItem, Object) Constructor
In This Article
Initializes a new instance of the LayoutItemDataBoundEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LayoutItemDataBoundEventArgs(
LayoutItem layoutItem,
object nestedControlValue
)
#Parameters
Name | Type | Description |
---|---|---|
layout |
Layout |
A Layout |
nested |
Object | An Object object that is a value of a control nested into the layout item with the specified field name. |
#Remarks
Instances of the LayoutItemDataBoundEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also