The DataBound event is invoked to notify you that any data-binding logic used by ASPxPopupControl has completed. This event occurs after all data items of a specified data source have been processed and the corresponding PopupWindow objects have been added. To implement additional logic at this time, add a handler to the DataBound event.
The WindowDataBound event occurs immediately after an individual PopupWindow object is automatically created and its properties have been initialized with values retrieved from corresponding data fields. To add functionality to your application within a handler of the WindowDataBound event, use the event argument’s PopupWindowEventArgs.Window property to access the data-bound window, and modify its settings as required.
The following example demonstrates how you can handle the WindowDataBound event, to bind the PopupWindow’s FooterText property to the Suite attribute manually
<Products><PlatformText="ASP.NET Controls"ImageUrl="~/Images/asp.png"><ComponentName="ASP.NET Control1"Suite="ASPxEditors"HeaderText="ASPxCalendar"Text="The calendar control that allows dates to be selected and provides you with a quick way of navigating through months and years."HeaderImageUrl="~/Images/ASPxCalendar.gif"/><ComponentName="ASP.NET Control2"Suite="ASPxperience"HeaderText="ASPxMenu"Text="A navigation menu control."HeaderImageUrl="~/Images/ASPxMenu.gif"/><ComponentName="ASP.NET Control3"Suite="ASPxperience"HeaderText="ASPxSplitter"Text="A splitter control allowing you to easily organize the web page content layout by dividing it into several content panes."HeaderImageUrl="~/Images/ASPxSplitter.gif"/></Platform>
...
</Products>