GrapeCity MultiRow Windows Forms Documentation
DropDownWidth Property (HeaderDropDownList)


Gets or sets the width of the drop-down portion of the HeaderDropDownList.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the width of the drop-down portion of the HeaderDropDownList.")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<SRCategoryAttribute("Appearance")>
Public Property DropDownWidth As Integer
Dim instance As HeaderDropDownList
Dim value As Integer
 
instance.DropDownWidth = value
 
value = instance.DropDownWidth
[DefaultValue()]
[SRDescription("Indicates the width of the drop-down portion of the HeaderDropDownList.")]
[RefreshProperties(RefreshProperties.All)]
[SRCategory("Appearance")]
public int DropDownWidth {get; set;}

Property Value

An System.Int32 that indicates the width, in pixels, of the drop-down box. The default is 140.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than or equal to 0.
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.