|
Recommended approach – exe will perform automatic configuration
Please find the patch setup here:
Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment
Please find the patch assemblies alone from:
|
|
Recommended approach – exe will perform automatic configuration
Please find the patch setup here:
http://syncfusion.com/Installs/support/patch/18.1.0.52/256336/F154664/SyncfusionPatch_18.1.0.52_256336_6192020092121286_F154664.exe
Advanced approach – use only if you have specific needs and can directly replace existing assemblies for your build environment Please find the patch assemblies alone from:
|
|
private object _selectedItem;
public object SelectedStudent
{
get
{
return _selectedItem;
}
set
{
_selectedItem = value;
RaisePropertyChanged("SelectedStudent");
}
} |