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






Gets or sets the data retrieval mode when classic paging is used and paging load more is set to Custom.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the data retrieval mode when classic paging is used and paging load mode is set to Custom.")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property PagingDataRetrievalMode As ClassicPagingRetrievalMode
Visual Basic (Usage)Copy Code
Dim instance As LayoutSet
Dim value As ClassicPagingRetrievalMode
 
instance.PagingDataRetrievalMode = value
 
value = instance.PagingDataRetrievalMode
C# 
[DescriptionAttribute("Gets or sets the data retrieval mode when classic paging is used and paging load mode is set to Custom.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public ClassicPagingRetrievalMode PagingDataRetrievalMode {get; set;}
Delphi 
public read-write property PagingDataRetrievalMode: ClassicPagingRetrievalMode; 
JScript 
DescriptionAttribute("Gets or sets the data retrieval mode when classic paging is used and paging load mode is set to Custom.")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public function get,set PagingDataRetrievalMode : ClassicPagingRetrievalMode
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the data retrieval mode when classic paging is used and paging load mode is set to Custom.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property ClassicPagingRetrievalMode get_PagingDataRetrievalMode();
public: __property void set_PagingDataRetrievalMode( 
   ClassicPagingRetrievalMode value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the data retrieval mode when classic paging is used and paging load mode is set to Custom.")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property ClassicPagingRetrievalMode PagingDataRetrievalMode {
   ClassicPagingRetrievalMode get();
   void set (    ClassicPagingRetrievalMode 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.