Global DataGrid.RowHeaderStyle bound to some property
Say my app has a bunch of DataGrid
s, all with an ItemsSource
that provides objects with an Id
property. Different types of objects for each DataGrid
, but still with an Id
property.
How to set IsReadOnly property using Binding in WPF?
I have such XAML: