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






Specifies the time to wait (in milliseconds) before data fetching when the sliderbar of the paging UI is being dragged (changed). Only applies when PagingMode is set to ClassicPaging and PagingStyleUI is set to slider.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Specifies the time to wait (in milliseconds) before data fetching when the slidebar of the paging UI is being dragged (changed). Only applies when PagingMode is set to ClassicPaging and PagingStyleUI is set to Slider.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property PagingLatencyOnSlide As Integer
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As Integer
 
instance.PagingLatencyOnSlide = value
 
value = instance.PagingLatencyOnSlide
C# 
[DescriptionAttribute("Specifies the time to wait (in milliseconds) before data fetching when the slidebar of the paging UI is being dragged (changed). Only applies when PagingMode is set to ClassicPaging and PagingStyleUI is set to Slider.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public int PagingLatencyOnSlide {get; set;}
Delphi 
public read-write property PagingLatencyOnSlide: Integer; 
JScript 
DescriptionAttribute("Specifies the time to wait (in milliseconds) before data fetching when the slidebar of the paging UI is being dragged (changed). Only applies when PagingMode is set to ClassicPaging and PagingStyleUI is set to Slider.")
ISNet.Serialization.XmlSerializableAttribute()
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set PagingLatencyOnSlide : int
Managed Extensions for C++ 
[DescriptionAttribute("Specifies the time to wait (in milliseconds) before data fetching when the slidebar of the paging UI is being dragged (changed). Only applies when PagingMode is set to ClassicPaging and PagingStyleUI is set to Slider.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property int get_PagingLatencyOnSlide();
public: __property void set_PagingLatencyOnSlide( 
   int value
);
C++/CLI 
[DescriptionAttribute("Specifies the time to wait (in milliseconds) before data fetching when the slidebar of the paging UI is being dragged (changed). Only applies when PagingMode is set to ClassicPaging and PagingStyleUI is set to Slider.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property int PagingLatencyOnSlide {
   int get();
   void set (    int 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.