Xceed DataGrid for WPF v7.2 Documentation
Settings Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Settings Namespace > SettingsRepository Class : Settings Property
Gets or sets a dictionary of settings that will be contained in the repository.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property Settings As Dictionary(Of String,SettingsBase)
'Usage
 
Dim instance As SettingsRepository
Dim value As Dictionary(Of String,SettingsBase)
 
instance.Settings = value
 
value = instance.Settings
[XmlIgnore()]
public Dictionary<string,SettingsBase> Settings {get; set;}

Property Value

Dictionary<string, SettingsBase> of settings that will be contained in the repository.
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 Class
SettingsRepository Members