Intersoft WebGrid Documentation
Style Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebValueList Class : Style Property






The style applied to the WebValueList's Edit object.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("The style applied to the WebValueList's Edit object.")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property Style As WebGridFormatStyle
Visual Basic (Usage)Copy Code
Dim instance As WebValueList
Dim value As WebGridFormatStyle
 
instance.Style = value
 
value = instance.Style
C# 
[DescriptionAttribute("The style applied to the WebValueList's Edit object.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public WebGridFormatStyle Style {get; set;}
Delphi 
public read-write property Style: WebGridFormatStyle; 
JScript 
DescriptionAttribute("The style applied to the WebValueList's Edit object.")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get,set Style : WebGridFormatStyle
Managed Extensions for C++ 
[DescriptionAttribute("The style applied to the WebValueList's Edit object.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property WebGridFormatStyle* get_Style();
public: __property void set_Style( 
   WebGridFormatStyle* value
);
C++/CLI 
[DescriptionAttribute("The style applied to the WebValueList's Edit object.")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property WebGridFormatStyle^ Style {
   WebGridFormatStyle^ get();
   void set (    WebGridFormatStyle^ value);
}

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.