GrapeCity MultiRow Windows Forms Documentation
Tag Property (Column)


Gets or sets the object that contains data about the column.
Syntax
Public Property Tag As Object
Dim instance As Column
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
public object Tag {get; set;}

Property Value

An System.Object that contains data about the column. The default is null.
Remarks
A common use for the Tag property is to store data that is closely associated with the column.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.