A newer version of this page is available.
Switch to the current version.
BootstrapLayoutItemDataBoundEventArgs.LayoutItem Property
Gets a layout item object related to the event.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
public BootstrapLayoutItem LayoutItem { get; }
Public ReadOnly Property LayoutItem As BootstrapLayoutItem
Property Value
Type | Description |
---|---|
BootstrapLayoutItem | A BootstrapLayoutItem object, manipulations on which forced the event to be raised. |
Remarks
The LayoutItem property represents a BootstrapLayoutItem object concerned with raising the event.
See Also
Feedback