Gets or sets the width of the drop-down portion of the
HeaderDropDownList.
<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.
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