Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / WinPanel Class / DropDownGripLocation Property


In This Topic
    DropDownGripLocation Property (WinPanel)
    In This Topic
    Gets the location of the DropDownControl's resizing grip." ),
    Syntax
    'Declaration
     
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    <BrowsableAttribute(False)>
    Public ReadOnly Property DropDownGripLocation As GripLocation
    'Usage
     
    Dim instance As WinPanel
    Dim value As GripLocation
     
    value = instance.DropDownGripLocation
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    [Browsable(false)]
    public GripLocation DropDownGripLocation {get;}

    Property Value

    A Xceed.UI.GripLocation value indicating the location of the DropDownControl's resizing grip.
    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