I am trying to style the header area in my DataGrid and I can't target the element separating the Header Labels (see attached pics).
Can anyone tell me which element to target?
I used snoop to study the visual tree, and it looks like I need to target child Elements of the labelCntr (CardPanel) element. Most of which are named objects. i.e.
backgroundParent (Grid)
outerBackground (Border)
background (Border)
footerMid (Border)
rightBorder (Rectangle)
... etc.
Can anyone explain how these are exposed? How I access them for styling?
They are part of the LabelPresenter element. You can find its default style in the DefaultStyles directory in the Infragistics folder.