NewsItemEventArgs Class
Provides data for the ASPxNewsControl.ItemDataBound event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Remarks
The ASPxNewsControl.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 NewsItemEventArgs.Item property.
See Also