Intersoft WebGrid Documentation
ImageSettings Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > LayoutSet Class : ImageSettings Property






Gets or sets the ImageSettings object which is used to store the images used by WebGrid.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.MarkAsStyleAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Gets or sets the ImageSettings object which is used to store the images used by WebGrid.")>
<DefaultValueAttribute()>
Public Property ImageSettings As ImageSettings
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ImageSettings
 
instance.ImageSettings = value
 
value = instance.ImageSettings
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the ImageSettings object which is used to store the images used by WebGrid.")]
[DefaultValueAttribute()]
public ImageSettings ImageSettings {get; set;}
Delphi 
public read-write property ImageSettings: ImageSettings; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.MarkAsStyleAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Gets or sets the ImageSettings object which is used to store the images used by WebGrid.")
DefaultValueAttribute()
public function get,set ImageSettings : ImageSettings
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the ImageSettings object which is used to store the images used by WebGrid.")]
[DefaultValueAttribute()]
public: __property ImageSettings* get_ImageSettings();
public: __property void set_ImageSettings( 
   ImageSettings* value
);
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.MarkAsStyleAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Gets or sets the ImageSettings object which is used to store the images used by WebGrid.")]
[DefaultValueAttribute()]
public:
property ImageSettings^ ImageSettings {
   ImageSettings^ get();
   void set (    ImageSettings^ 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

Reference

LayoutSet Class
LayoutSet Members

Tasks

How-to: Specify the location of image folder

Concepts

Rich User Interface Elements

©2012 Intersoft Solutions Corp. All Rights Reserved.