Skip to main content
A newer version of this page is available. .
Tab

CloudControlItemEventArgs.Item Property

Gets the cloud control item currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.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