|
|
|
|
|
TagString Property, CellBaseClass Class |
Defines an application-specific string.
Syntax CellBaseClass Class (Softelvdm.Controls)
VB |
Public Property TagString As String |
C# |
public string TagString { get; set; } |
C++ |
public: property String^ TagString { |
Property Value
An application-specific string.
The default value is null/Nothing.
Comments
The TagString property 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 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).
Version Information
Supported in version 1.0.
Products Table