Click or drag to resize

PFNavigationSessionSaveViewSettings Method (PFGridViewSettingsData_Items, String)

Saves the view settings.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void SaveViewSettings(
	PFGridViewSettingsData_Items settings,
	string qsText
)

Parameters

settings
Type: Packflow.InterfacePFGridViewSettingsData_Items
The gridview settings.
qsText
Type: SystemString
The quick search text.
See Also