GrapeCity MultiRow Windows Forms Documentation
Tag Property (Section)


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

Property Value

A System.Object that contains data about the section. 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

Section Class
Section Members

 

 


Copyright © GrapeCity, inc. All rights reserved.