Intersoft WebGrid Documentation
DropdownButtonType Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCustomEditorBehavior Class : DropdownButtonType Property






Defines the dropdown button's type.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
Public Property DropdownButtonType As DropdownButtonType
Visual Basic (Usage)Copy Code
Dim instance As WebGridCustomEditorBehavior
Dim value As DropdownButtonType
 
instance.DropdownButtonType = value
 
value = instance.DropdownButtonType
C# 
[DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public DropdownButtonType DropdownButtonType {get; set;}
Delphi 
public read-write property DropdownButtonType: DropdownButtonType; 
JScript 
DescriptionAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
public function get,set DropdownButtonType : DropdownButtonType
Managed Extensions for C++ 
[DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public: __property DropdownButtonType get_DropdownButtonType();
public: __property void set_DropdownButtonType( 
   DropdownButtonType value
);
C++/CLI 
[DescriptionAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
public:
property DropdownButtonType DropdownButtonType {
   DropdownButtonType get();
   void set (    DropdownButtonType value);
}

Remarks

The default button type is Image. You can set to Custom to build your own dropdown button and implement the GetDropdownButtonElement interface.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.