How can I apply a static resource by name based upon data? I know that I can write a data trigger for styling properties, but I want to apply an entire style based upon bound data.
Ex:
if (condition) CellValuePresenterStyle="{StaticResource OptionalFieldCellPresenter}"
else CellValuePresenterStyle="{StaticResource RequiredFieldCellPresenter}"