| 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
)
Public Overrides Sub SaveTo (
settings As T
)
Parameters
- settings
- Type: T
Object to save the PropertyGrid data to.
See Also