GrapeCity MultiRow Windows Forms Documentation
DropDownContextMenuStrip Property


Gets or sets the filter drop-down context menu strip.
Syntax
<DefaultValueAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.ContextMenuStripEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<SRDescriptionAttribute("Indicates the ContextMenuStrip that will be shown when clicking the filter button.")>
<SRCategoryAttribute("Behavior")>
Public Property DropDownContextMenuStrip As ContextMenuStrip
Dim instance As ColumnHeaderCell
Dim value As ContextMenuStrip
 
instance.DropDownContextMenuStrip = value
 
value = instance.DropDownContextMenuStrip
[DefaultValue()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.ContextMenuStripEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[SRDescription("Indicates the ContextMenuStrip that will be shown when clicking the filter button.")]
[SRCategory("Behavior")]
public ContextMenuStrip DropDownContextMenuStrip {get; set;}

Property Value

The drop-down context menu strip. The default is a null reference (Nothing in Visual Basic).
Remarks
If this property is set, then the property DropDownList will not take effect.
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

ColumnHeaderCell Class
ColumnHeaderCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.