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






Specifies the image used to display the plus command when paging style is set to Slider.  

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Specifies the image used to display the plus command when paging style is set to Slider.")>
Public Property PagingSliderPlus As String
Visual Basic (Usage)Copy Code
Dim instance As ImageSettings
Dim value As String
 
instance.PagingSliderPlus = value
 
value = instance.PagingSliderPlus
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the image used to display the plus command when paging style is set to Slider.")]
public string PagingSliderPlus {get; set;}
Delphi 
public read-write property PagingSliderPlus: String; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Specifies the image used to display the plus command when paging style is set to Slider.")
public function get,set PagingSliderPlus : String
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the image used to display the plus command when paging style is set to Slider.")]
public: __property string* get_PagingSliderPlus();
public: __property void set_PagingSliderPlus( 
   string* value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Specifies the image used to display the plus command when paging style is set to Slider.")]
public:
property String^ PagingSliderPlus {
   String^ get();
   void set (    String^ 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.