LayoutItemDataBoundEventArgs.LayoutItem Property
In This Article
Gets a layout item object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public LayoutItem LayoutItem { get; }
#Property Value
Type | Description |
---|---|
Layout |
A Layout |
#Remarks
The LayoutItem property represents a LayoutItem object concerned with raising the event.
See Also