GrapeCity MultiRow Windows Forms Documentation
Tag Property (CellStyle)


Gets or sets the object that contains data about the Cell.
Syntax
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<SRCategoryAttribute("Data")>
<SRDescriptionAttribute("Indicates the object that contains data about the Cell.")>
<DefaultValueAttribute()>
<TypeConverterAttribute("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Property Tag As Object
Dim instance As CellStyle
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
[Bindable(Bindable=true, Direction=BindingDirection.OneWay)]
[RefreshProperties(RefreshProperties.Repaint)]
[SRCategory("Data")]
[SRDescription("Indicates the object that contains data about the Cell.")]
[DefaultValue()]
[TypeConverter("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public object Tag {get; set;}

Property Value

A System.Object value that contains data about the Cell. The default is a null reference (Nothing in Visual Basic).
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

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.