Method SaveEditableState
SaveEditableState(PropertyGridEditableState)
Used to acquire user-editable state (selected property, expanded properties, scrolled position, splitter positions).
public virtual string SaveEditableState(PropertyGridEditableState includedStates = PropertyGridEditableState.AllStates)
Parameters
includedStates
PropertyGridEditableStateWhich parts of state to include.
Returns
Remarks
Use RestoreEditableState(string, PropertyGridEditableState) to read state back to PropertyGrid.