C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1AutoComplete Namespace / C1AutoComplete Class / Position Property

In This Topic
Position Property (C1AutoComplete)
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
 
See Also