Xceed Grid for WinForms v4.3 Documentation
DropDownControl Property (WinPanel)


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace > WinPanel Class : DropDownControl Property
Get or sets the control displayed in the dropdown area when DroppedDown is set to true.
Syntax
'Declaration
 
<DescriptionAttribute("The control displayed in the panel's dropdown area when the DroppedDown property is set to true.")>
<CategoryAttribute("DropDown")>
<DefaultValueAttribute("")>
Public Property DropDownControl As Control
'Usage
 
Dim instance As WinPanel
Dim value As Control
 
instance.DropDownControl = value
 
value = instance.DropDownControl
[Description("The control displayed in the panel's dropdown area when the DroppedDown property is set to true.")]
[Category("DropDown")]
[DefaultValue("")]
public Control DropDownControl {get; set;}

Property Value

A System.Windows.Forms.Control representing the control that is displayed in the panel's dropdown area when DroppedDown is set to true. By default, a null reference (Nothing in Visual Basic).
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

Reference

WinPanel Class
WinPanel Members