Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / ValueCell Class
Members


In This Topic
    ValueCell Class
    In This Topic
    Specialization of the Cell class which represents a cell that contains non-databound data.
    Syntax
    'Declaration
     
    <DefaultEventAttribute("ValidationError")>
    <DesignerAttribute("Xceed.Grid.Design.ValueCellDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignerSerializerAttribute("Xceed.Grid.Design.CellSerializer,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <DesignTimeVisibleAttribute(False)>
    <DefaultPropertyAttribute("BackColor")>
    <ToolboxItemAttribute(False)>
    Public Class ValueCell 
       Inherits Cell
    'Usage
     
    Dim instance As ValueCell
    [DefaultEvent("ValidationError")]
    [Designer("Xceed.Grid.Design.ValueCellDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignerSerializer("Xceed.Grid.Design.CellSerializer,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [DesignTimeVisible(false)]
    [DefaultProperty("BackColor")]
    [ToolboxItem(false)]
    public class ValueCell : Cell 
    Remarks

    A ValueCell can be contained within either a bound or unbound column. In either case, unlike the DataCell, the datatype of its content is not dependant on its parent column's datatype.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.Grid.GridElementBase
             Xceed.Grid.GridElement
                Xceed.Grid.VisualGridElement
                   Xceed.Grid.Cell
                      Xceed.Grid.ValueCell

    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