'Declaration <DescriptionAttribute("A row in the grid or group.")> <ToolboxItemAttribute(False)> <DesignerAttribute("Xceed.Grid.Design.RowDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")> <DefaultEventAttribute("Click")> <DesignTimeVisibleAttribute(False)> <DefaultPropertyAttribute("BackColor")> Public MustInherit Class Row Inherits VisualGridElement
'Usage Dim instance As Row
[Description("A row in the grid or group.")] [ToolboxItem(false)] [Designer("Xceed.Grid.Design.RowDesigner,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [DefaultEvent("Click")] [DesignTimeVisible(false)] [DefaultProperty("BackColor")] public abstract class Row : VisualGridElement