[This is preliminary documentation and is subject to change.]
Persists column configuration to config node. [grid] subnode will be created under specified node pr reused if one already exists
Namespace: NFX.WinForms.Controls.GridKitAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public void PersistConfiguration(
ConfigSectionNode node
)
public void PersistConfiguration(
ConfigSectionNode node
)
Public Sub PersistConfiguration (
node As ConfigSectionNode
)
Public Sub PersistConfiguration (
node As ConfigSectionNode
)
public:
virtual void PersistConfiguration(
ConfigSectionNode^ node
) sealed
public:
virtual void PersistConfiguration(
ConfigSectionNode^ node
) sealed
abstract PersistConfiguration :
node : ConfigSectionNode -> unit
override PersistConfiguration :
node : ConfigSectionNode -> unit
abstract PersistConfiguration :
node : ConfigSectionNode -> unit
override PersistConfiguration :
node : ConfigSectionNode -> unit
Implements
IConfigurationPersistent PersistConfiguration(ConfigSectionNode)