I'm trying to optimize the XAML code for providing accurate binding mode for all the binding in XAML, but could not find the appropriate one, according to me i think binding mode should be 'OneWayToSource', Suggest proper binding mode.
<RadButton x:Name="btnClose" Command="{Binding CloseCommand, Mode=?}"/>