Skip to main content
Tab

CloudControlItemEventArgs.Item Property

Gets the cloud control item currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CloudControlItem Item { get; }

Property Value

Type Description
CloudControlItem

A CloudControlItem object that represents an item currently being processed.

See Also