Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / GripLocation Property


In This Topic
    GripLocation Property
    In This Topic
    Gets or sets the location of the resizing grip when the grid is dock-filled on a form.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The location of the resizing grip when the grid is dock-filled on a form.")>
    <CategoryAttribute("Appearance")>
    <ApplyToDesignerAttribute(True)>
    Public Property GripLocation As GripLocation
    'Usage
     
    Dim instance As GridControl
    Dim value As GripLocation
     
    instance.GripLocation = value
     
    value = instance.GripLocation
    [Description("The location of the resizing grip when the grid is dock-filled on a form.")]
    [Category("Appearance")]
    [ApplyToDesigner(true)]
    public GripLocation GripLocation {get; set;}

    Property Value

    A Xceed.UI.GripLocation value representing the location of the resizing grip when the grid is dock-filled on a form. By default, GripLocation.None.
    Remarks

    This property should only be set when the parent form's resizing grip is visible.

    Setting this property to something other than GripLocation.None will override the grid's System.Windows.Forms.Control.Region.

    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