RadComboBox for ASP.NET

RadComboBox Send comments on this topic.
OffsetY Property
See Also 
Telerik.WebControls Namespace > RadComboBox Class : OffsetY Property


Gets or sets a value indicating the vertical offset of the combobox dropdown.   

 

Namespace: Telerik.WebControls
Assembly: RadComboBox (in RadComboBox.dll)

Syntax

Visual Basic (Declaration) 
Public Property OffsetY As Integer
Visual Basic (Usage)Copy Code
Dim instance As RadComboBox
Dim value As Integer
 
instance.OffsetY = value
 
value = instance.OffsetY
C# 
public int OffsetY {get; set;}

Return Value

An integer specifying the vertical offset of the combobox dropdown(measured in pixels). The default value is 0 (no offset).

Remarks

Use the OffsetY property to change the position where the combobox dropdown will appear.

To customize the horizontal offset use the OffsetX property.

See Also