ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class / Position Property

In This Topic
    Position Property
    In This Topic
    Identifies the position of the Autocomplete widget in relation to the associated input element. The "of" option defaults to the input element, but you can specify another element to position against. You can refer to the jQuery UI Position utility for more details about the various options. Reference: http://jqueryui.com/demos/autocomplete/#position
    Syntax
    'Declaration
     
    Public Property Position As PositionSettings
    public PositionSettings Position {get; set;}
    See Also