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
40
Getting xamGrid column index from xaml
posted

Hello,

How can I get column index from xaml? For example I have the following DataTrigger:

<DataTrigger Binding="{Binding RelativeSource={RelativeSource AncestorType={x:Type ig:CellControl}}, Path=??????, Converter={StaticResource SomeConverter}}" Value=0>

<Setter Property="SomeProperty" Value="SomeValue">

Thank you