I was trying to use the following style:
}"
.LabelPresenter}">
="Right"/>
>
Only problem is that doesn't work. I want the text in the label to be aligned to the right side.
Thanks
Hello Kayode,
You can use the LabelTextAlignment property in the FieldSettings. Here is a snippet:
<igDP:XamDataPresenter.FieldSettings> <igDP:FieldSettings LabelTextAlignment="Right" /> </igDP:XamDataPresenter.FieldSettings>
Hope this helps,
Horen Kirazyan
Earth to infragistics support, is anybody out there? This can't be that hard.