Hy Telerik,
is it possible to set the ElementStyle from an CustomGridLine with an new style in Code behind.
I wana do something like this in code behind:
I try it with that code:
I know that the style works, because of the "VisibilityProperty".
I can set the VisibilityProperty to Visible and the CustomGridLine is visible.
And i can set it to Collapsed and the CustomGridLine is hidden.
Can you help me please!