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


In This Topic
    RowSelectorPane Class
    In This Topic
    Represents the area of the grid where the RowSelector objects are displayed and exposes properties that control their behavior.
    Syntax
    'Declaration
     
    <DefaultEventAttribute("Click")>
    <DesignerAttribute("Xceed.Grid.Design.GridElementDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
    <DesignTimeVisibleAttribute(False)>
    <DefaultPropertyAttribute("BackColor")>
    <ToolboxItemAttribute(False)>
    Public Class RowSelectorPane 
       Inherits GroupMargin
    'Usage
     
    Dim instance As RowSelectorPane
    [DefaultEvent("Click")]
    [Designer("Xceed.Grid.Design.GridElementDesigner,Xceed.Grid.v4.3.Design,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [DesignTimeVisible(false)]
    [DefaultProperty("BackColor")]
    [ToolboxItem(false)]
    public class RowSelectorPane : GroupMargin 
    Remarks

    It is not possible to access the RowSelectors via the RowSelectorPane because each RowSelector belongs to its corresponding row. To access the RowSelectors, the RowSelector property of a Row must be used.

    Any value assigned to the BackColor or VisualGridElement.BackgroundImage will only be reflected in the RowSelectorPane when the GridControl's Xceed.UI.IThemed.UIStyle property is set to UIStyle.WindowsClassic.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.Grid.GridElementBase
             Xceed.Grid.GridElement
                Xceed.Grid.VisualGridElement
                   Xceed.Grid.GroupMargin
                      Xceed.Grid.RowSelectorPane

    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