Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridElement Class / Tag Property


In This Topic
    Tag Property
    In This Topic
    Gets or sets the object that contains data about the grid element.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The object that contains data about the grid element")>
    <CategoryAttribute("Data")>
    <TypeConverterAttribute(System.ComponentModel.StringConverter)>
    <ApplyToDesignerAttribute(True)>
    Public Property Tag As Object
    'Usage
     
    Dim instance As GridElement
    Dim value As Object
     
    instance.Tag = value
     
    value = instance.Tag
    [Description("The object that contains data about the grid element")]
    [Category("Data")]
    [TypeConverter(System.ComponentModel.StringConverter)]
    [ApplyToDesigner(true)]
    public object Tag {get; set;}

    Property Value

    An object that contains data about the grid element. By default 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