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

CloudControlItemEventArgs Class

Provides data for the ASPxCloudControl.ItemDataBound event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CloudControlItemEventArgs :
    EventArgs

Remarks

The ASPxCloudControl.ItemDataBound event enables you to customize the settings of a data bound item before it is finally rendered. The processed item is returned by the CloudControlItemEventArgs.Item property.

Inheritance

Object
EventArgs
CloudControlItemEventArgs
See Also