Table of Contents

Method SaveEditableState

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 PropertyGridEditableState

Which parts of state to include.

Returns

string

Remarks