BootstrapFormLayout.LayoutItemDataBinding Event
Occurs on the server side before a text cell has been rendered.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Event Data
The LayoutItemDataBinding event's data class is BootstrapLayoutItemDataBindingEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
LayoutItem | Gets an item object related to the event. |
Remarks
Occurs on the server side before a text cell has been rendered.
See Also