NewsItemEventArgs Class
In This Article
Provides data for the ASPxNewsControl.ItemDataBound event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#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