Given an UltraGridColumn is it possible to find the grid this column belongs to?
Hello,
Thank you for your post.
Yes ,you can something like this . UltraGridColumn maintains a reference to the band that the column belongs to. The Band property returns that band.
UltraGrid sourceGrid = ultragridColumn.Band.Layout.Grid as UltraGrid;
Also, refer this to know more about Band property (UltraGridColumn )
https://ko.infragistics.com/help/winforms/infragistics.win.ultrawingrid~infragistics.win.ultrawingrid.ultragridcolumn~band
Please let me know if you need further assistance.
Sincerely,Divya JainAssociate Software Developer