Skip to main content
Tab

LayoutItemDataBindingEventArgs.LayoutItem Property

Gets an item object related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public LayoutItem LayoutItem { get; }

Property Value

Type Description
LayoutItem

A LayoutItem object, manipulations on which forced the event to be raised.

Remarks

The LayoutItem property represents a LayoutItem object concerned with raising the event.

See Also