←Select platform

Tag Property

Summary

Assigns object to the column.

Syntax

C#
VB
C++
Java
public object Tag { get; set; } 
  
Public Property Tag As Object 
public Object getTag(); 
public void setTag( 
   java.lang.Object object 
); 
public: 
property Object^ Tag { 
   Object^ get(); 
   void set (    Object^ ); 
} 

Property Value

The object assigned to TableColumn.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly