withSIX.Play.Applications.ViewModels.Overlays.SettingsViewModel.RefreshPropertyGrid C# (CSharp) Method

RefreshPropertyGrid() private method

private RefreshPropertyGrid ( ) : void
return void
        void RefreshPropertyGrid() {
            PropertyGrid = null;
            PropertyGrid = this;
        }