Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

TagString Property, GenericPartClass Class

Defines an application-specific string.

Class: GenericPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET

Syntax

public string TagString { get; set; }
Public Property TagString As String

Value

An application-specific string.

The default value is null/Nothing.

Comments

Defines an application-specific string.

The TagString property can be used by an application to attach an application-specific string to a part. The string stored in the TagString property is serialized when the part contained within a cell is saved/loaded.

The string is not used by controls in any way.

The GenericPartClass.TagObject property can be used to store additional application-specific objects.

The CellBaseClass.TagString property and CellBaseClass.TagObjects properties can be used to store application-specific data with a cell, instead of a part.

See Also GenericPartClass Class | Classes | SftTree/NET 2.0