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());
}
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.