GrapeCity MultiRow Windows Forms Documentation
DroppedDown Property (HeaderDropDownList)


Gets a value that indicates whether the HeaderDropDownList is open.
Syntax
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public ReadOnly Property DroppedDown As Boolean
Dim instance As HeaderDropDownList
Dim value As Boolean
 
value = instance.DroppedDown
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public bool DroppedDown {get;}

Property Value

true if the HeaderDropDownList is open; otherwise, false.
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

HeaderDropDownList Class
HeaderDropDownList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.