Xceed DataGrid for WPF v7.2 Documentation
SettingsRepository Class
Members 


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Settings Namespace : SettingsRepository Class
Represents the repository to which the settings of a grid and its elements are persisted when the SaveUserSettings method is called.
Syntax
'Declaration
 
Public Class SettingsRepository 
'Usage
 
Dim instance As SettingsRepository
public class SettingsRepository 
Remarks
This repository can then be serialized using an XmlSerializer or persisted to the application settings (see Application Settings topic). When re-applying settings to a grid, a repository that contains the settings must be provided to the LoadUserSettings method.
Inheritance Hierarchy

System.Object
   Xceed.Wpf.DataGrid.Settings.SettingsRepository

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SettingsRepository Members
Xceed.Wpf.DataGrid.Settings Namespace