Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
access to Cell from CellValuePresenter
posted

I'm storing some data in my Cell.Tag which I need to access to in the converter. in the converter I can get the CellValuePresenter but I can't find a way to access to it's parent Cell. Is there anyway to do this?

<Style TargetType="{x:Type igDP:CellValuePresenter}" x:Key="MyStyle">

                    <Setter Property="Background" 

                        Value="{Binding RelativeSource={RelativeSource Self},Converter={StaticResource con}}">

                    </Setter>

                </Style>

Thanks