Grid Configure Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Reads column configuration from config node that should contain [grid] sub elemnt/s. The id attribute should either match or be absent

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public void Configure(
	IConfigSectionNode node
)

Implements

IConfigurable Configure(IConfigSectionNode)
See Also