Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

PersistContentsEnum Enumeration

Defines processing options when saving/loading contents using the SftTree.GetContents and SftTree.SetContents methods.

Class: (none)
Namespace: Softelvdm.SftTreeNET
Assembly: Softelvdm.SftTreeNET

Syntax

public enum PersistContentsEnum;
Public Enum PersistContentsEnum

Values

NameDescription
NoneNo data is transferred.
ItemsOnlyAll item definitions are saved/loaded.
HeadersOnlyAll header definitions are saved/loaded.
FootersOnlyAll footer definitions are saved/loaded.
ContentsAll content definitions (items, headers and footers) are saved/loaded.
PropsAll control property definitions are saved/loaded.
AllAll definitions are saved/loaded.

Comments

Defines processing options when saving/loading contents using the SftTree.GetContents and SftTree.SetContents methods.

The values can be combined using a bitwise OR operation to specify multiple values.

See Also | Classes | SftTree/NET 2.0