Quantcast
Viewing all articles
Browse latest Browse all 7205

How to display images in detail tab headers

This example demonstrates how to create a custom GridView with the capability to display images in detail tab headers. To provide images for tab headers, the custom GridView has the GetTabImage event. You can pass a required image to a tab based on the e.RowHandle and e.RelationIndex parameters.

Question Comments

Added By: Amjad Ali at: 3/30/2015 3:11:44 AM    

Already having below piece of code in my solution, but i am unable to get  the above mentioned event "GetTabImage"

protected override BaseView CreateDefaultView()
{
return CreateView(GridViewAceInfoRegistrator.GridViewAceName);
}

protected override void RegisterAvailableViewsCore(DevExpress.XtraGrid.Registrator.InfoCollection collection)
{
base.RegisterAvailableViewsCore(collection);

collection.Add(new GridViewAceInfoRegistrator());
collection.Add(new BandedGridViewAceInfoRegistrator());
}

Added By: Alisher (DevExpress Support) at: 3/30/2015 3:54:44 AM    

Hello,

To process your recent post more efficiently, I created a separate ticket on your behalf: T225095: Unable to get the above mentioned event "GetTabImage". This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.


Viewing all articles
Browse latest Browse all 7205

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>