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
See Also