Click or drag to resize

PropertyGridAdapterTSaveTo Method

Save the view data to given object.

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public override void SaveTo(
	T settings
)

Parameters

settings
Type: T
Object to save the PropertyGrid data to.
See Also