CloudControlItemEventArgs Class
Provides data for the ASPxCloudControl.ItemDataBound event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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.
See Also