Hide

SftTree/NET 2.0 - Tree Control for Windows Forms

Display
Print

TagString Property, CellBaseClass Class

Defines an application-specific string.

Class: CellBaseClass
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 cell. The string stored in the TagString property is serialized when cell data is saved/loaded.

The string is not used by controls in any way.

The CellBaseClass.TagObjects property can be used to store additional application-specific objects.

The GenericPartClass.TagString and GenericPartClass.TagObject properties can be used to store application-specific data with each part (within a cell).

See Also CellBaseClass Class | Classes | SftTree/NET 2.0