Intersoft WebGrid Documentation
Behavior Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCustomEditor Class : Behavior Property






Gets or sets the behavior of custom editor.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Contains settings for custom editor behaviors.")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property Behavior As WebGridCustomEditorBehavior
Visual Basic (Usage)Copy Code
Dim instance As WebGridCustomEditor
Dim value As WebGridCustomEditorBehavior
 
instance.Behavior = value
 
value = instance.Behavior
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Contains settings for custom editor behaviors.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public WebGridCustomEditorBehavior Behavior {get; set;}
Delphi 
public read-write property Behavior: WebGridCustomEditorBehavior; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Contains settings for custom editor behaviors.")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get,set Behavior : WebGridCustomEditorBehavior
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Contains settings for custom editor behaviors.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property WebGridCustomEditorBehavior* get_Behavior();
public: __property void set_Behavior( 
   WebGridCustomEditorBehavior* value
);
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Contains settings for custom editor behaviors.")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property WebGridCustomEditorBehavior^ Behavior {
   WebGridCustomEditorBehavior^ get();
   void set (    WebGridCustomEditorBehavior^ value);
}

Remarks

WebGridCustomEditorBehavior specifies the behaviors of the customized edit type in WebGrid edit control, such as: BaseEditorType, DropdownButtonImageFile, DropdownButtonType, DropdownButtonWidth, HasDropdownButton, and Tag.

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.