'Declaration <DescriptionAttribute("A row that contains a cell for each column in the grid but is not bound to a data source.")> <ToolboxItemAttribute(False)> <DefaultEventAttribute("CellValueChanged")> <DesignerAttribute("Xceed.Grid.Design.CellRowDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")> <DesignTimeVisibleAttribute(False)> <DefaultPropertyAttribute("BackColor")> Public Class ValueRow Inherits CellRow
'Usage Dim instance As ValueRow
[Description("A row that contains a cell for each column in the grid but is not bound to a data source.")] [ToolboxItem(false)] [DefaultEvent("CellValueChanged")] [Designer("Xceed.Grid.Design.CellRowDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [DesignTimeVisible(false)] [DefaultProperty("BackColor")] public class ValueRow : CellRow