Skip to main content

Member Table: Save and Restore Layout

Member Description
SaveLayoutToRegistry Saves a View’s layout to the system registry.
SaveLayoutToStream Saves a View’s layout to a specific stream.
SaveLayoutToXml Saves a View’s layout to a file in XML format.
SaveLayoutToJson Saves a View’s layout to a file in JSON format.
RestoreLayoutFromRegistry Restores a View’s layout from the system registry.
RestoreLayoutFromStream Restores a View’s layout from a stream.
RestoreLayoutFromXml Restores a View’s layout from a file in XML format.
RestoreLayoutFromJson Restores a View’s layout from a file in JSON format.
ColumnView.OptionsLayout Provides options that control how a View’s layout is stored to/restored from a data store (a stream, xml file or system registry).
BeforeLoadLayout Occurs before a layout is restored from a data store (a stream, xml file or system registry).
OptionsLayoutBase.LayoutVersion Gets or sets the version of a layout.
LayoutUpgrade Occurs when a layout is restored from a data store (a stream, xml file or system registry) and its version differs from that of the current View’s layout.